[ https://issues.apache.org/jira/browse/MDEP-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033339#comment-16033339 ]
Guillaume Boué commented on MDEP-420: ------------------------------------- I cannot reproduce this issue anymore with version 3.0.1 of the plugin. The behaviour is correct with and without transitivite dependencies disabled. This was probably fixed along with MDEP-548. {noformat} $ mvn org.apache.maven.plugins:maven-dependency-plugin:3.0.1:get -Dartifact=asm:asm-analysis:3.2 -Dtransitive=false [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Maven Stub Project (No POM) 1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:3.0.1:get (default-cli) @ standalone-pom --- [INFO] Resolving asm:asm-analysis:jar:3.2 Downloading: https://repo.maven.apache.org/maven2/asm/asm-analysis/3.2/asm-analysis-3.2.pom Downloaded: https://repo.maven.apache.org/maven2/asm/asm-analysis/3.2/asm-analysis-3.2.pom (417 B at 1.0 kB/s) Downloading: https://repo.maven.apache.org/maven2/asm/asm-analysis/3.2/asm-analysis-3.2.jar Downloaded: https://repo.maven.apache.org/maven2/asm/asm-analysis/3.2/asm-analysis-3.2.jar (18 kB at 200 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.615 s [INFO] Finished at: 2017-06-01T19:21:49+02:00 [INFO] Final Memory: 17M/198M [INFO] ------------------------------------------------------------------------ {noformat} > The dependency:get goal does not download the associate pom, or provide an > option to do that > -------------------------------------------------------------------------------------------- > > Key: MDEP-420 > URL: https://issues.apache.org/jira/browse/MDEP-420 > Project: Maven Dependency Plugin > Issue Type: Bug > Components: get > Affects Versions: 2.8 > Reporter: Martin Todorov > > The dependency:get goal does not download the associate .pom, or provide an > option to do that. Instead one needs to do a second invocation in order to > resolve the pom. It would be great if you could add this feature. > Much appreciated! :) -- This message was sent by Atlassian JIRA (v6.3.15#6346)