Use <pluginManagement> in parent pom so that all plugins (and their versions) for the project can be centrally managed.#865
Merged
mkristian merged 3 commits intojruby:masterfrom Jul 9, 2013
jendave:plugin-management
Merged
Use <pluginManagement> in parent pom so that all plugins (and their versions) for the project can be centrally managed.#865mkristian merged 3 commits intojruby:masterfrom jendave:plugin-management
mkristian merged 3 commits intojruby:masterfrom
jendave:plugin-management
Conversation
…ersions) for the project can be centrally managed. All Maven plugins are now consistent (where necessary) throughout the project.
…ersions) for the project can be centrally managed. All Maven plugins are now consistent (where necessary) throughout the project.
…into plugin-management
Member
|
that is great to have all the version in ONE place but I do miss the ./maven and ./docs hierarchy - would it be possible for you to include that as well. |
Contributor
Author
|
I'll work on that for the next pull request. Thanks |
Contributor
Author
|
Question - the ./maven and ./docs folder, they are run as separate builds from the main build. Should they be integrated into the main build. i.e. they should be a referenced in the parent pom? |
Member
|
the docs should run with -Pdocs (let the main build just run as well). the maven ones are more for distribution - I guess running them via -Pdist would do. I guess all my fiddling around with those profiles could just go away. |
Contributor
Author
|
Great. I'll look at that. BTW, can you merge this PR? |
mkristian
added a commit
that referenced
this pull request
Jul 9, 2013
Use <pluginManagement> in parent pom so that all plugins (and their versions) for the project can be centrally managed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All Maven plugins are now consistent (where necessary) throughout the project.