开发者

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

开发者 https://www.devze.com 2022-12-16 17:09 出处:网络
I\'m working on a large existing java proje开发者_C百科ct using maven to manage our builds / releases.

I'm working on a large existing java proje开发者_C百科ct 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?


Have you tried the gmaven plugin?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消