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

don't use BOM for relocation properties #1

Closed jdcasey closed 12 years ago

jdcasey commented 12 years ago

Need a better mechanism for storing relocations than a property in a BOM. This is a hack, and results in this relocation information being injected into the resulting projects via BOM import.

jdcasey commented 12 years ago

BOM relocations property has been deprecated in favor of a relocated-coordinates configuration that references a file or URL.