[ 
https://issues.apache.org/jira/browse/MDEP-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16072703#comment-16072703
 ] 

Nick Tan edited comment on MDEP-553 at 7/3/17 4:52 PM:
-------------------------------------------------------

i'm afraid can't share a sample project at the moment.
in brief, we have multi maven projects each has multi modules, the dependencies 
of each project is sort of complex...
for example, Project A depends on Project B, when run the dependency purge on 
Project A, I saw info msg that snapshots of Project A are cleaned, but not for 
Project B.
will try to reproduce in smaller sample project later.



was (Author: missedone):
i'm afraid can't share a sample project at the moment.
in brief, we have multi maven projects each has multi modules, the dependencies 
of each project is sort of complex...


> '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
>             Fix For: waiting-for-feedback
>
>
> 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.4.14#64029)

Reply via email to