Forum Discussion
SmartBear_Suppo
Alumni
13 years agoAlthough we don't have any known problems with running composite projects from maven you could try running the latest and greatest version of SoapUI by using the following snippet in your pom, replacing with what you are using now.
Regards
Joel Jonsson
SmartBear Sweden
<plugin>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-pro-maven-plugin</artifactId>
<version>4.6.0-m-SNAPSHOT</version>
Regards
Joel Jonsson
SmartBear Sweden