Re: Multi-Module: How to download other project's as dependency's without build it locally

2013-01-18 Thread Joachim Durchholz
Am 18.01.2013 14:35, schrieb Andrew Todd: I'm not entirely sure, but I think that you might be looking for the "copy" goal in the Maven dependency plugin. https://maven.apache.org/plugins/maven-dependency-plugin/ I'm feeling uneasy about this one. Having to disable the true purpose of the plug

Re: Multi-Module: How to download other project's as dependency's without build it locally

2013-01-18 Thread Andrew Todd
I'm not entirely sure, but I think that you might be looking for the "copy" goal in the Maven dependency plugin. https://maven.apache.org/plugins/maven-dependency-plugin/ On Thu, Jan 17, 2013 at 2:48 PM, daniel.todt wrote: > Greetings, folks. > > My English is poor, so I apologize for possible

Multi-Module: How to download other project's as dependency's without build it locally

2013-01-17 Thread daniel.todt
Greetings, folks. My English is poor, so I apologize for possible errors. I have a multi-module environment like below, on a *Jboss server* using *Archiva* as "Maven Repository Manager", *Jenkins* as "CI" and *Git* as "Source Manager". When I run the Project C, I need both the Project B (project