You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The ONAP Integration team is providing a Maven plugin to help individual projects detect when their external (cross-project) dependencies have become out of date.

The version manifest CSV itself is compiled into the the plugin, so that we can identify the exact manifest version using the plugin version number.

To use the latest available Version Manifest plugin, run the following command:

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

To use a specific version (e.g. 0.1.0) of the Version Manifest plugin, run the following:

 
  • No labels