Forum Discussion
mindgnat
8 years agoOccasional Contributor
I'm wondering if SmartBear is supporting SoapUI any more. Your question was asked a month ago and no one has bothered to reply.
I ended up backtracking to SoapUI 5.2.1 in order to get maven-initiated testing working. It took me forever to figure out the exact POM configuration that worked.
SmartBear's documentation doesn't provide an example POM, which would really save everyone a lot of time.
I have attached my working POM.
I had to remove ".soapuios" from my home directory. SoapUI will replace it when you re-start it.
<testFailIgnore>true</testFailIgnore> will cause mvn to return exit code 0 (BUILD SUCCESS) if any tests fails.
Delete this line if you want it to return exit code 1 (BUILD FAILURE) when any test fails.
HTH