-
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
NCL-6697 Handle artifactId/groupId being property expressions. Add pluginRelocation functionality #868
Conversation
Codecov Report
@@ Coverage Diff @@
## master #868 +/- ##
============================================
- Coverage 83.84% 83.83% -0.01%
- Complexity 1870 1878 +8
============================================
Files 115 115
Lines 6908 6935 +27
Branches 1198 1200 +2
============================================
+ Hits 5792 5814 +22
- Misses 648 649 +1
- Partials 468 472 +4
Continue to review full report at Codecov.
|
…of pluginRelocation functionality
feafc59
to
4fb24cc
Compare
core/src/main/java/org/commonjava/maven/ext/core/impl/RelocationManipulator.java
Show resolved
Hide resolved
core/src/main/java/org/commonjava/maven/ext/core/impl/RelocationManipulator.java
Outdated
Show resolved
Hide resolved
core/src/main/java/org/commonjava/maven/ext/core/impl/RelocationManipulator.java
Outdated
Show resolved
Hide resolved
core/src/main/java/org/commonjava/maven/ext/core/impl/RelocationManipulator.java
Outdated
Show resolved
Hide resolved
57374b5
to
d5cca8a
Compare
common/src/main/java/org/commonjava/maven/ext/common/util/WildcardMap.java
Outdated
Show resolved
Hide resolved
1b95b0f
to
fedf29e
Compare
Fixes #867