[
https://jira.codehaus.org/browse/MDEP-451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=350794#comment-350794
]
Dan Tran commented on MDEP-451:
-------------------------------
confirm, but this scenario is quite uncommon, could not think of a scenario
where I would need this feature.
C:\Users\trand8\tmp\deptest>mvn dependency:copy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] deptest
[INFO] module1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building deptest 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:copy (default-cli) @ deptest ---
[INFO] Configured Artifact: junit:junit:3.8.1:jar
[INFO] Copying junit-3.8.1.jar to
C:\Users\trand8\tmp\deptest\target\dependency\junit-3.8.1.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] deptest ............................................ SUCCESS [ 0.829 s]
[INFO] module1 ............................................ SKIPPED
<!--- this is the issue -->
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.148 s
[INFO] Finished at: 2014-07-31T14:24:45-07:00
[INFO] Final Memory: 11M/240M
[INFO] ------------------------------------------------------------------------
> Regression: dependency:copy doesn't run under maven 3.2.2 multi-module project
> ------------------------------------------------------------------------------
>
> Key: MDEP-451
> URL: https://jira.codehaus.org/browse/MDEP-451
> Project: Maven Dependency Plugin
> Issue Type: Bug
> Components: copy
> Affects Versions: 2.8
> Environment: All
> Reporter: Lenny Primak
> Priority: Critical
> Attachments: deptest.tar
>
>
> I have a muldi-module project,
> running mvn dependency:copy on root project just runs
> on root project without recursing into the modules.
> This works under maven 3.0.3 but doesn't run at all in the
> current 3.2.2 version of maven
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)