Existing Structure : src/test/java --> All java unit tests. This gets picked up easily by Maven surefire plugin.
Now, in addition to these java unit test cases, I want to i
Just as Java sources need to be compiled (as done by the maven-compiler-plugin), so do the groovy files. You need to add the gmaven-plugin, see http://docs.codehaus.org/display/GMAVEN/Building+Groovy+Projects#BuildingGroovyProjects-CompilingSources