SmartBear_Suppo
Alumni
12 years agoSoapUI Pro Maven plugin now available in maintenance version
Hi guys!
I'm happy to announce that we've now have a maintenance build of the Maven plugin that uses the same version of SoapUI Pro as found here: http://www.soapui.org/Downloads/soapui- ... uilds.html
The Maven plugin will be updated each time we do a fix in the maintenance versions.
To use the plugin you have to use the following values in your pom.xml file:
--
Regards
Erik
SmartBear Sweden
I'm happy to announce that we've now have a maintenance build of the Maven plugin that uses the same version of SoapUI Pro as found here: http://www.soapui.org/Downloads/soapui- ... uilds.html
The Maven plugin will be updated each time we do a fix in the maintenance versions.
To use the plugin you have to use the following values in your pom.xml file:
<plugin>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-maven-plugin</artifactId>
<version>4.5.2-m-SNAPSHOT</version>
...
--
Regards
Erik
SmartBear Sweden