Question

I'm working on a large existing java project using maven to manage our builds / releases. I'm interested in using groovy to replace some of our Java classes where we can benefit from it's dynamic nature.

How do I go about doing this using maven?

Was it helpful?

Solution

Have you tried the gmaven plugin?

OTHER TIPS

This is listed on the Groovy Wiki, also have a look at GMaven.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top