release-engineering / pom-version-manipulator

Align versions in Maven POMs with those found in a Bill-of-Materials POM
Other
11 stars 9 forks source link

Relocations should affect plugins as well as dependencies #4

Closed jdcasey closed 12 years ago

jdcasey commented 12 years ago

I'm 90% sure this isn't the case currently, but relocations should affect plugins (org.codehaus.mojo:rat-maven-plugin -> org.apache.rat:maven-rat-plugin) as well as dependencies, to accommodate migrated, obsolete plugin references.

jdcasey commented 12 years ago

relocations now apply to plugins as well, and all actual relocations are logged by file in the relocations report.