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

Add whitelist for extensions #42

Closed rnc closed 12 years ago

rnc commented 12 years ago

The removal modders remove all extensions. Normally this would be ok but there are certain ones that we should keep e.g.

org.apache.maven.archetype archetype-packaging 2.0 Also, when keeping them should we remap the dependency from 2.0 to e.g. 2.0-redhat-1 ?
rnc commented 12 years ago

Fixed by issue #51