RE: Problem with maven-dependency-plugin: copy-dependencies

2008-01-02 Thread PatrickV
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

RE: Problem with maven-dependency-plugin: copy-dependencies

2008-01-01 Thread PatrickV
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:

RE: Problem with maven-dependency-plugin: copy-dependencies

2007-12-30 Thread PatrickV
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

Problem with maven-dependency-plugin: copy-dependencies

2007-12-30 Thread PatrickV
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