Re: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-06 Thread Stephen Connolly
replace the ...'s as necessary http://maven.apache.org/POM/4.0.0"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";> 4.0.0 ... ... ...-SNAPSHOT ...

Re: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-03 Thread David Hoffer
Please send sample when you get back. Dave Hoffer - sent via G1 On Apr 3, 2009 12:51 AM, "Stephen Connolly" wrote: I have this working no problem but I am on vacation til monday, so do not have access to a sample pom 2009/4/2 David Hoffer > I did use excludeTransitive but did not help so

Re: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-02 Thread Stephen Connolly
r pom. But I too would love a better solution. > >> > > >> > Actually, the situation could be a bit worse than I portray it above, > if > >> > Maven itself does not handle multiple executions by making separate > >> > calls to execute, with a differen

Re: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-02 Thread David Hoffer
t worse than I portray it above, if >> > Maven itself does not handle multiple executions by making separate >> > calls to execute, with a different set of instantiated parameters each >> > time. But I hope it does. >> > >> > -- Bryan >> > >>

Re: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-02 Thread Stephen Connolly
gt; > > > -- Bryan > > > > -----Original Message----- > > From: David Hoffer [mailto:dhoff...@gmail.com] > > Sent: Wednesday, April 01, 2009 8:42 PM > > To: users@maven.apache.org > > Subject: How to use maven-dependency-plugin to unpack-dependencies for

RE: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-02 Thread Brian E. Fox
ions by making separate > calls to execute, with a different set of instantiated parameters each > time. But I hope it does. > > -- Bryan > > -Original Message- > From: David Hoffer [mailto:dhoff...@gmail.com] > Sent: Wednesday, April 01, 2009 8:42 PM > To: us

Re: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-02 Thread David Hoffer
dnesday, April 01, 2009 8:42 PM > To: users@maven.apache.org > Subject: How to use maven-dependency-plugin to unpack-dependencies for 2 > artifacts? > > I'm having problems figuring out how to configure the > maven-dependency-plugin to unpack 2 separate dependencies.  I ha

RE: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-02 Thread Bryan Loofbourrow
aven-dependency-plugin to unpack-dependencies for 2 artifacts? I'm having problems figuring out how to configure the maven-dependency-plugin to unpack 2 separate dependencies. I have 3 executions, the first uses the copy-dependencies goal to copy a swf artifact, this seems to work. Then I have

Re: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-02 Thread David Hoffer
I tried that with no success. I explicitly set the one I want and excluded the one I didn't want but it still did both. There is some majic in there that I just don't understand. I had to separate my project into to multi-module builds and use the unpack goal instead. This one actually works, b

Re: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-02 Thread Brian E. Fox
You should use the includeArtifactId to filter exactly the ones you want for each folder. It looks like it¹s picking up both of your files in both executions so you just need to be more specific which artifacts to unpack. On 4/1/09 11:42 PM, "David Hoffer" wrote: > I'm having problems figuring

How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-01 Thread David Hoffer
I'm having problems figuring out how to configure the maven-dependency-plugin to unpack 2 separate dependencies. I have 3 executions, the first uses the copy-dependencies goal to copy a swf artifact, this seems to work. Then I have two executions each using unpack-dependencies goal; the first unp