We have a couple dozen java projects with maven build and eclipse as an IDE. Now I want to add support for groovy in these projects, so I inevitably got into the gmaven plugin for integration. Unfortunately, gmaven seems abandoned at the moment (no updates on the site and almost no activity in JIRA).
Given that groovy, maven and eclipse are mature software, and java / groovy mixed projects aren't that unusual, I expect you to have a solid integration solution. I know that some people moved their builds to gradle, but I don’t want to make such serious changes just to add groovy support for our projects.
So, how do you all feel about groovy / java mixed projects in maven / eclipse? What tool chain does the groovy community recommend?
Note. I somehow managed to get gmaven to work with groovy 1.8 by fixing the source code from JIRA, but I do not consider this a reliable strategy for the future.
source share