Hi,
i'm struggeling to set up an example which runs a gwt test case with maven when i execute mvn install. I followed the instructions on this page gwt-maven-plugin.
I always end up with [ERROR] java.lang.NoClassDefFoundError: org/codehaus/mojo/gwt/test/MavenTestRunner
[ERROR] Caused by: java.lang.ClassNotFoundException: org.codehaus.mojo.gwt.test.MavenTestRunner
To test if this is working with another sample, i generated with the eclipse wizard a new maven project with the gwt-maven-plugin. This sample project has a gwt test case as well but when i run mvn install i also get a java.lang.ClassNotFoundException.
One more thing to ensure i understand this correctly. Lets say everything is working then the gwt:test goal (which gets executed in the integration-test lifecycle) is supposed to execute my test with all which is needed (like run the module in the GWT Hosted mode). So basicly i don't need to do additional setups right? Maybe there is an working example out there which someone knows.
It would be very nice if some people who struggled with similar issues could help me. Any help is appreciated since i have no clue what to do anymore.
thx kukudas