Here's an example of a Maven2 build using the Ant plugin to compile a groovy project.
This assumes you have a Maven project setup with "groovy" subfolders as peers to the java src and test subfolders. You can use the java/jar archetype to set this up then rename the java folders to groovy or keep the java folders and just create groovy peer folders. There exists, also I groovy plugin which has not been tested or used in production.
Labels