[ 
https://jira.codehaus.org/browse/MDEP-451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=350786#comment-350786
 ] 

Lenny Primak commented on MDEP-451:
-----------------------------------

Here is what I did:

- followed instruction to generate empty project from archetype from here:
http://stackoverflow.com/questions/6328778/how-to-create-an-empty-multi-module-maven-project
- added dependency copy config for junit (as simple as can be)
- run dependency copy from root (not from the sub-module)
$ mvn dependency:copy

- see the difference between different versions of maven, dependency:copy 
doesn't run on sub-module.


> 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
>
> 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)

Reply via email to