Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grails 3 support #72

Open
lifeisfoo opened this issue Oct 20, 2015 · 5 comments
Open

Grails 3 support #72

lifeisfoo opened this issue Oct 20, 2015 · 5 comments

Comments

@lifeisfoo
Copy link

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

@graemerocher
Copy link
Member

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

@selera
Copy link
Contributor

selera commented Oct 20, 2015

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.

@graemerocher
Copy link
Member

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

@lifeisfoo
Copy link
Author

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

@selera
Copy link
Contributor

selera commented Oct 22, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants