grails-maven icon indicating copy to clipboard operation
grails-maven copied to clipboard

Grails 3 support

Open lifeisfoo opened this issue 9 years ago • 5 comments

Are there any plans to update the plugin to the current grails major version?

lifeisfoo avatar Oct 20 '15 15:10 lifeisfoo

Not currently, it would need to be completely rewritten from scratch

graemerocher avatar Oct 20 '15 20:10 graemerocher

We have a large project with a few grails plugins, a few grails apps, some jar components and a bunch of file system resources. We currently use maven to orchestrate the multi-module build. What is the best way to support these types of multi-module grails + other stuff builds for 3.0? Convert the whole thing to gradle? Or can we retain maven as the main project driver but hand over to gradle or cli for building grails plugins and apps.

selera avatar Oct 20 '15 20:10 selera

You could try something like this https://github.com/if6was9/gradle-maven-plugin

graemerocher avatar Oct 21 '15 06:10 graemerocher

Thank you @graemrocher, I finally solved with it. See http://stackoverflow.com/questions/33166209/grails-app-package-to-war-using-maven/

lifeisfoo avatar Oct 22 '15 09:10 lifeisfoo

Thanks guys. Sounds like a plan. We'll try this when its time to migrate to 3.x

selera avatar Oct 22 '15 09:10 selera