Forum Discussion
redfish4ktc2
12 years agoSuper Contributor
yes, the problem is that the jar does not contain any class files
Hi, I've attached a zip that contains the whole project (I use a test soapui project from my own)
I have been forced to modify the java class as it did not compile on maven, I didn't take the time to check what is going on
To build the project and run the soapui tests, run
You can easily build the project in eclipse as you requested by importing the project as a maven project (the maven support should be available out of the box through the m2e plugin).
Tell me if it helps
Hi, I've attached a zip that contains the whole project (I use a test soapui project from my own)
I have been forced to modify the java class as it did not compile on maven, I didn't take the time to check what is going on
To build the project and run the soapui tests, run
mvn clean install com.github.redfish4ktc.soapui:maven-soapui-extension-plugin:test
You can easily build the project in eclipse as you requested by importing the project as a maven project (the maven support should be available out of the box through the m2e plugin).
Tell me if it helps