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

Provide options for loading bootstrap configuration #16

Closed jdcasey closed 12 years ago

jdcasey commented 12 years ago
  1. embedded classpath resource: /bootstrap.properties
  2. $HOME/.vman.boot.properties
  3. -B /path/to/bootstrap.properties (command line)

In each case, the bootstrap properties needs to contain:

configuration = [file-path|URL]

NOTE: If the -C cli option is used, this OVERRIDES any bootstrap configuration.