-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Maven Parent 46 #11637
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
Maven Parent 46 #11637
Conversation
w/ some slight updates
pom.xml
Outdated
| <plugin> | ||
| <groupId>org.apache.rat</groupId> | ||
| <artifactId>apache-rat-plugin</artifactId> | ||
| </plugin> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be inherited from parent 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not see it in parent, only in pluginMgmt... will doublecheck
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I missed it, removed
pom.xml
Outdated
| <executions> | ||
| <execution> | ||
| <id>rat-check</id> | ||
| <configuration> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in parent we have configuration on plugin level not on execution level ...
https://github.com/apache/maven-parent/blob/master/pom.xml#L1270
how it is merged? interesting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is merged as usual, but we can make this back to same as in parent (config and not exec level) to keep things less mind boggling.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reworked, now we have config only
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.1.0
Note: There are 3 PRs for this, they need to be closed then :)
edit: at least the one of master
* Maven Parent 46 w/ some slight updates * Do run RAT on submodules * Fixes I missed parent rat in plugins Just alter config, nothing more
w/ some slight updates