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

Cleanup & Prevent warning on Grails startup #72

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

darxriggs
Copy link

This change contains some cleanup.

The most relevant one is the removal of BootStrap.groovy which currently causes a warning on application startup when this plugin is used.

- use single quotes where sufficient
- consistent indentation with spaces
- consistent order of dependencies
Otherwise when used in a Grails application the following warning is reported:
> o.g.plugins.AbstractGrailsPluginManager - Plugin cxf has an artefact BootStrap without a package name This could lead to artefacts being excluded from the application

In case BootStrap is required, it should be put into the plugin's package nowadays.
All matching artefacts have already been removed from the repository some time ago.
@darxriggs
Copy link
Author

@ctoestreich Can you have a look at this?

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

Successfully merging this pull request may close these issues.

None yet

1 participant