Re: maven-dependency-plugin: Question about copy-dependencies goal

2010-04-27 Thread Brian Fox
When you compile in eclipse using m2e it's not executing the lifecycle. How are you executing the build, exactly? On Mon, Apr 26, 2010 at 10:23 AM, Luciano Mantuaneli < luciano.mantuan...@cpmbraxis.com> wrote: > Greetings. > > > > I have a very specific need in a java project in Eclipse: The jar

RES: maven-dependency-plugin: Question about copy-dependencies goal

2010-04-26 Thread Luciano Mantuaneli
l Heinz Marbaise [mailto:khmarba...@gmx.de] Enviada em: segunda-feira, 26 de abril de 2010 12:16 Para: Maven Users List; users@maven.apache.org Assunto: Re: maven-dependency-plugin: Question about copy-dependencies goal Hi, > > > process-resources Have you thought about linking the plugi

Re: maven-dependency-plugin: Question about copy-dependencies goal

2010-04-26 Thread Karl Heinz Marbaise
Hi, > > > process-resources Have you thought about linking the plugin to the package phase for example and did you tried that on command line ? Kind regards Karl Heinz Marbaise -- MfG Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(

maven-dependency-plugin: Question about copy-dependencies goal

2010-04-26 Thread Luciano Mantuaneli
Greetings. I have a very specific need in a java project in Eclipse: The jars which the project depends on must be copied to an external folder. The maven-dependency-plugin and its copy-dependencies goal come to mind immediately. As a test, I wrote the following pom.xml: -

Re: Maven Dependency Plugin Question

2008-10-02 Thread David
Thanks Wendy. That looks good. On Wed, Oct 1, 2008 at 7:22 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On Wed, Oct 1, 2008 at 5:19 PM, David <[EMAIL PROTECTED]> wrote: > > > I need to create a war, lets call it "B" that is 99% similar to another > war > > file "A" that I currently have. I have

Re: Maven Dependency Plugin Question

2008-10-01 Thread Wendy Smoak
On Wed, Oct 1, 2008 at 5:19 PM, David <[EMAIL PROTECTED]> wrote: > I need to create a war, lets call it "B" that is 99% similar to another war > file "A" that I currently have. I have thought about creating a new project > for war file "B" and using the dependency plugin to unpack war file "A" in

Maven Dependency Plugin Question

2008-10-01 Thread David
Hello, I need to create a war, lets call it "B" that is 99% similar to another war file "A" that I currently have. I have thought about creating a new project for war file "B" and using the dependency plugin to unpack war file "A" in it's target directory. Currently the only difference between t