[jira] (MDEP-451) Regression: mvn dependency:copy doesn't run under maven 3.2.2 multi-module project

2014-07-31 Thread Dan Tran (JIRA)

 [ 
https://jira.codehaus.org/browse/MDEP-451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dan Tran updated MDEP-451:
--

Summary: Regression: mvn dependency:copy doesn't run under maven 3.2.2 
multi-module project  (was: Regression: dependency:copy doesn't run under maven 
3.2.2 multi-module project)

 Regression: mvn 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)


[jira] (MDEP-451) Regression: mvn dependency:copy doesn't run under maven 3.2.2 multi-module project

2014-07-31 Thread Lenny Primak (JIRA)

[ 
https://jira.codehaus.org/browse/MDEP-451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=350795#comment-350795
 ] 

Lenny Primak commented on MDEP-451:
---

Fantastic!

in your case it's skipping the module only if there is nothing else to run, 
i.e. no surefire:test on the cmd line.
If you put that back, the module1 gets run, but dependency:copy does not.

I have a special profile that generates dependencies, and it uses defaultGoal 
to run the dependency:copy
among other things.  This incompatibility breaks the process in the later 
versions of maven.

I really, really would like to get this fixed.

Thank you


 Regression: mvn 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)