Transitiv Dependencies
This new release brings a new feature to the plugin. Now with this optional configuration parameter:
<transitiveDependencies>true</transitiveDependencies>
the plugin will resolve ALL direct AND transitive dependencies and send all of them to the VersionEye API. By default this is turned off. This configuration option also has some implications to other configuration options. If transitiveDependencies
is true then the configurations options ignoreDependencyManagement
and skipScopes
are ignored.