Skip DependencyManagement & mvn versioneye:delete
This release brings 3 additional features!
- ignoreDependencyManagement: Now there is a new configuration property
ignoreDependencyManagement
. If it istrue
this plugin will skip dependencies which are defined in theDependencyManagement
part of the pom.xml. By default this property isfalse
to keep the backward compatibility! - mvn versioneye:delete: This new goal deletes the project from the VersionEye server and also deletes the
versioneye.properties
files locally from the project. - output out-dated dependencies: Now the goals
mvn versioneye:create
andmvn versioneye:update
output all out-dated dependencies in the console like in this example: