d4vke
7 years agoOccasional Contributor
soapui-maven-plugin-5.4.0 is not working
I followed the instructions to add the pluginrepo and plugin, but when running the project I receive following error:
[ERROR] Failed to execute goal com.smartbear.soapui:soapui-maven-plugin:5.4.0:test (default-cli) on project soapuirunner: Execution default-cli of goal com.smartbear.soapui:soapui-maven-plugin:5.4.0:test failed: A required class was missing while executing com.smartbear.soapui:soapui-maven-plugin:5.4.0:test: com/jgoodies/forms/layout/CellConstraints
I have also tried to add different versions of this jgoodies-forms as a dependency, but without any success:
<dependency> <groupId>com.jgoodies</groupId> <artifactId>jgoodies-forms</artifactId> <version>1.9.0</version> </dependency>
Can someone please help me to solve this issue?
Hello,
I have managed to solve the issue, I was adding the jgoodies-forms as a normal dependency instead of a plugin dependency.
Once adding it as a plugin dependency it works.