Versions Compared

Key

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

...

Code Block
mvn org.onap.integration:version-manifest:version-check

The most recent plugin snapshot version containing the latest java-manifest.csv file can be found by checking Nexus at https://nexus.onap.org/#nexus-search;gav~org.onap.integration~version-manifest~~~ (in the Snapshots repository)

You can then use that To use a specific version (e.g. 4.0.1.10-SNAPSHOT) of the Version Manifest plugin , run by running the following:

Code Block
mvn org.onap.integration:version-manifest:4.0.1.10-SNAPSHOT:version-check

These assume that you have the ONAP nexus repos defined in your ~/m2/settings.xml so that Maven can download the plugin artifacts.

...