Integrating Maven Build System to your existing SOAPUI framework is pretty straightforward with little effort required. However, the benefits are huge especially if it is also coupled with Jenkins for Continuous Test Support. This tutorial focuses only on the Maven integration aspect with a separate one to address the Jenkins Integration.
The integration of the Maven build process coupled with a CI framework like Jenkins opens up the door for automatic deployments to support an agile software development process that delivers frequent release versions with continuous test support.
Given below are the requirements to run a SOAPUI test via Maven -
Once the steps above are complete, simply invoking the maven command will execute the SOAPUI test.
Example: mvn test
Given below is a sample POM file with surefire support for reporting -