Forum Discussion
redfish4ktc2
12 years agoSuper Contributor
apattanayak
could you run maven with the -e option and post logs? it should print the full stacktrace of the error and maybe can provide a candidate which try to call the missing method
could you also try to run the same project with the SmartBear soapui-pro-maven-plugin? you should get the same error because the maven plugin implementations do not call directly the missing method (everything is delegated to the testRunner - which is also used when running from the command line)
about the missing dependencies you need to add: do you have specific code (groovy, listeners, ...) that need them? Except the jgoodies forms (see https://github.com/redfish4ktc/maven-so ... /issues/85) and maybe rsyntaxtextarea, I am not aware of missing dependencies in the plugin declaration
could you run maven with the -e option and post logs? it should print the full stacktrace of the error and maybe can provide a candidate which try to call the missing method
could you also try to run the same project with the SmartBear soapui-pro-maven-plugin? you should get the same error because the maven plugin implementations do not call directly the missing method (everything is delegated to the testRunner - which is also used when running from the command line)
about the missing dependencies you need to add: do you have specific code (groovy, listeners, ...) that need them? Except the jgoodies forms (see https://github.com/redfish4ktc/maven-so ... /issues/85) and maybe rsyntaxtextarea, I am not aware of missing dependencies in the plugin declaration