Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • GAV - GAV of the entry point artifact to create a closure for
  • REGEX - regEx of a artifactId to match
  • VERSION_FROM VERSION_TO - in the matched artifacts, if the have version VERSION_FROM, replace it with VERSION_TO, add this artifact to the list, and resolve again, untill no more matches are found.
  • -n At the end, this CLI will try to resolve the binaries and fails if some of them are not found. Use this flag to turn off this download test.

For example

mvnUpdate -c org.apache.maven:maven-core:3.0-20090128.172840-19 maven-. 3.0-SNAPSHOT 3.0-20090128.172840-19* will iterate over the list of dependencies of org.apache.maven:maven-core:3.0-20090128.172840-19, and if there are artifacts matching maven-.*, replace version 3.0-SNAPSHOT to 3.0-20090128.172840-19, add to the list and try again.