Yes, just use GMaven. Since it's a joint compiler, it automatically manages your java to groovy and groovy to java dependencies.
Briefly, you will need to:
- include the
gmaven-pluginin yourpom.xml; - keep your groovy classes under
src/main/groovyorsrc/test/groovy; - bind the gmaven plugin to the relevant lifecycle phases.
For more details see building groovy projects.
