views:

48

answers:

2

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?

+2  A: 

Have you tried the gmaven plugin?

matt b
This did exactly what I wanted it to. I actually looked at it first and from the documentation it looked like it was for building "groovy" projects primarily. It worked great in a mixed environment though. Thanks!
ScArcher2
+2  A: 

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

gpampara