"groovy" Profile for Groovy sources compiling
The profile is activated automatically when you have a src/main/groovy
directory in the project. Otherwise, you can activate it explicitly:
$ mvn clean install -Pgroovy
The profile compiles all Groovy sources, both from src/main/groovy
and src/test/groovy
directories.