You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Nick Tan (JIRA)" <ji...@apache.org> on 2017/02/07 04:44:41 UTC

[jira] [Created] (MDEP-553) 'actTransitively=true' does not work with maven-dependency-plugin 3.0.0

Nick Tan created MDEP-553:
-----------------------------

             Summary: 'actTransitively=true' does not work with maven-dependency-plugin 3.0.0
                 Key: MDEP-553
                 URL: https://issues.apache.org/jira/browse/MDEP-553
             Project: Maven Dependency Plugin
          Issue Type: Bug
          Components: purge-local-repository
    Affects Versions: 3.0.0
            Reporter: Nick Tan
            Priority: Minor


the following command does not purge the transitive snapshots dependencies:
{{mvn -e org.apache.maven.plugins:maven-dependency-plugin:3.0.0:purge-local-repository -DactTransitively=true -DreResolve=false -DsnapshotsOnly=true -Dverbose=true}}

but it works with version 2.10:
{{mvn -e org.apache.maven.plugins:maven-dependency-plugin:2.10:purge-local-repository -DactTransitively=true -DreResolve=false -DsnapshotsOnly=true -Dverbose=true}}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)