Forum Discussion
redfish4ktc2
13 years agoSuper Contributor
hi,
you should add eviware:maven-soapui-plugin:test to your maven command to also run the test
in your pom, you should only declare the soapui plugin once
you do not need to configure any executions with the maven command option you use
you only need to configure executions if you want to bind the plugin execution to maven standard steps. In your case, this should work with "mvn test"
you should add eviware:maven-soapui-plugin:test to your maven command to also run the test
in your pom, you should only declare the soapui plugin once
you do not need to configure any executions with the maven command option you use
you only need to configure executions if you want to bind the plugin execution to maven standard steps. In your case, this should work with "mvn test"