he files there.
>
> -Original Message-----
> From: PatrickV [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 01, 2008 11:08 AM
> To: users@maven.apache.org
> Subject: RE: Problem with maven-dependency-plugin: copy-dependencies
>
>
> I hope I can make it clear by
ar or jar) has no influence on result.
The process is triggered by executing mvn -U clean package on parent.
I hope the issue is clear now.
KR
PatrickV
Brian E Fox wrote:
>
>
>
> -Original Mes http://www.nabble.com/file/p14567676/pp.zip pp.zip
> sage-----
> From:
I changed the packaging of module C into jar, and no difference.
I think the copy-dependency plugin does not take into account dependencies
on artifacts on the reactor (in this case Module A and Module B), but only
on "real" dependencies from the repositorie.
Maybe there is a misunderstanding her
Hi,
I have a multi-module project set up as follows.
Parent
Module A
depenencies: x, y,z
Module B
dependencies: A, y,d,
Module C
dependencies: A, B, t,u,y
Each module with its own dependencies.
Now I want to execute the goal copy