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

Favor embedded bootstrap config over configuration in default user.dir location #75

Closed jdcasey closed 11 years ago

jdcasey commented 11 years ago

embedded configurations are used in custom builds of vman to promote consistency within a team. Therefore, it doesn't make sense to pickup configuration options out of the local user.dir properties locations when an embedded configuration exists. This should be discouraged.

It will still be possible to force vman to use the local configurations using the -B and -C options.