redfish4ktc2
12 years agoSuper Contributor
SoapUI 5.0.0-beta maven pro plugin missing dependency
Hi,
running the maven pro plugin always fails (at least for the test and mock goals) with the following maven error log
the workaround is to add the license4j dependency to the plugin declaration.
See the attached archive to reproduce the problem. I've tested this with maven 3.0.5, oracle jdk 1.7.0_21, windows 7
running the maven pro plugin always fails (at least for the test and mock goals) with the following maven error log
Execution soapui-start-mock of goal com.smartbear.soapui:soapui-pro-maven-plugin:5.0.0-beta:mock failed: A required class was missing while executing com.smartbear.soapui:soapui-pro-maven-plugin:5.0.0-beta:mock: com/smardec/license4j/License
Execution soapui-test of goal com.smartbear.soapui:soapui-pro-maven-plugin:5.0.0-beta:test failed: A required class was missing while executing com.smartbear.soapui:soapui-pro-maven-plugin:5.0.0-beta:test: com/smardec/license4j/License
the workaround is to add the license4j dependency to the plugin declaration.
<dependency>
<groupId>license4j</groupId>
<artifactId>license4j</artifactId>
<version>1.3</version>
</dependency>
See the attached archive to reproduce the problem. I've tested this with maven 3.0.5, oracle jdk 1.7.0_21, windows 7