Hello msalvador
Is integration in Maven a requirement to execute tests in Jenkins? I didn't know that was a possibility. I do not have access to Jenkins right now, but in prior work, we had ReadyAPI being run from Jenkins for years.
I have only used the testrunner feature of ReadyAPI to run tests in Jenkins. Command line execution worked fine for me running through Jenkins.
-Jenkins would retrieve my project from Git
-Jenkins would execute the desired tests via calling TestRunner
-Jenkins would show results from that "build"
repeat that flow when desired.
This is not Maven specific but would meet your goal of running in Jenkins.
Regards
Todd