I set up a Maven build for an Eclipse RAP project. The project contains java and groovy. The Maven build works without errors but resulting JARs contain both the compiled class files and the groovy source files for most of the classes.
I only expected the compiled class-files.
Not being a groovy programmer, I'm lost there. The groovy source-files do not turn up in the jars when using the warexport tool in eclipse.
For the project setup I used the instructions from here: http://groovy.codehaus.org/Groovy-Eclipse+compiler+plugin+for+Maven
Groovy and java files are located in src/main/java in every plugin project. We're not using groovy-scripts.
Thanks for any hints to solve the problem.