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: