Skip to content

Transitiv Dependencies

Compare
Choose a tag to compare
@reiz reiz released this 05 Jul 12:12
· 57 commits to master since this release

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.