-
Notifications
You must be signed in to change notification settings - Fork 74
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
NCL5481 - dependencyOverride and deprecated properties #744
Conversation
core/src/main/java/org/commonjava/maven/ext/core/ManipulationManager.java
Show resolved
Hide resolved
…w exception if deprecated properties are used
Codecov Report
@@ Coverage Diff @@
## master #744 +/- ##
============================================
+ Coverage 81.83% 81.85% +0.02%
- Complexity 1439 1443 +4
============================================
Files 104 104
Lines 5318 5325 +7
Branches 924 923 -1
============================================
+ Hits 4352 4359 +7
Misses 600 600
Partials 366 366
Continue to review full report at Codecov.
|
Still need to do documentation! |
core/src/main/java/org/commonjava/maven/ext/core/ManipulationManager.java
Outdated
Show resolved
Hide resolved
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.
Looks good to me! +1 to deprecate the dependencyExclusion property, and also to throw an exception when usng deprecated properties (without enabling the use of it). I would not have chosen it (instead relying on warnings), but this is the only way to make sure that builds will start converting to not deprecated properties or be aware about the use of it. We will probably need to sanitize them in the build configs, but anyway, everything looks good to me! Thanks!
No description provided.