grails-maven
grails-maven copied to clipboard
Grails 3 support
Are there any plans to update the plugin to the current grails major version?
Not currently, it would need to be completely rewritten from scratch
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.
You could try something like this https://github.com/if6was9/gradle-maven-plugin
Thank you @graemrocher, I finally solved with it. See http://stackoverflow.com/questions/33166209/grails-app-package-to-war-using-maven/
Thanks guys. Sounds like a plan. We'll try this when its time to migrate to 3.x