Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you setup a maven java project that can also make use of groovy?

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?

like image 260
ScArcher2 Avatar asked Dec 04 '25 10:12

ScArcher2


2 Answers

Have you tried the gmaven plugin?

like image 194
matt b Avatar answered Dec 06 '25 23:12

matt b


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

like image 29
gpampara Avatar answered Dec 06 '25 22:12

gpampara