Re: dependency-copy

2008-03-06 Thread Stephen Connolly
it just copies the artifacts in the list and not transitive Dependencies. -Original Message- From: Stephen Connolly [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 2:21 PM To: Maven Users List Subject: Re: dependency-copy On Wed, Mar 5, 2008 at 6:16 AM, Saxena

Re: dependency-copy

2008-03-05 Thread Stephen Connolly
. -Original Message- From: Upul Godage [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 11:37 AM To: Maven Users List Subject: Re: dependency-copy I think assembly plugin does this. Here all the dependencies are copied to a lib directory in the final release. http

RE: dependency-copy

2008-03-05 Thread Saxena, Sandeep
: dependency-copy On Wed, Mar 5, 2008 at 6:16 AM, Saxena, Sandeep [EMAIL PROTECTED] wrote: Thanks Upul. But it does not copy all transitive dependencies from a list. I want something like I give a list of 10 artifacts which may or may not be In the Project's POM and I want all transitive

Re: dependency-copy

2008-03-05 Thread Stephen Connolly
Dependencies. -Original Message- From: Stephen Connolly [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 2:21 PM To: Maven Users List Subject: Re: dependency-copy On Wed, Mar 5, 2008 at 6:16 AM, Saxena, Sandeep [EMAIL PROTECTED] wrote: Thanks Upul. But it does not copy

RE: dependency-copy

2008-03-05 Thread Brian E. Fox
To: Maven Users List Subject: RE: dependency-copy Thanks Upul. But it does not copy all transitive dependencies from a list. I want something like I give a list of 10 artifacts which may or may not be In the Project's POM and I want all transitive dependencies for these 10 Artifacts to be copied

Re: dependency-copy

2008-03-05 Thread sandeep28
: dependency-copy On Wed, Mar 5, 2008 at 6:16 AM, Saxena, Sandeep [EMAIL PROTECTED] wrote: Thanks Upul. But it does not copy all transitive dependencies from a list. I want something like I give a list of 10 artifacts which may or may not be In the Project's POM and I want all

Re: dependency-copy

2008-03-05 Thread sandeep28
and not transitive Dependencies. -Original Message- From: Stephen Connolly [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 2:21 PM To: Maven Users List Subject: Re: dependency-copy On Wed, Mar 5, 2008 at 6:16 AM, Saxena, Sandeep [EMAIL PROTECTED] wrote: Thanks Upul. But it does

Re: dependency-copy

2008-03-04 Thread Upul Godage
/dependencySet /dependencySets /assembly Hope this helps. Upul On Wed, Mar 5, 2008 at 11:20 AM, Saxena, Sandeep [EMAIL PROTECTED] wrote: I want to copy all transitive dependencies for a list of artifacts in my assembly. If I use dependency: copy with a list of artifacts I just get all

dependency-copy

2008-03-04 Thread Saxena, Sandeep
I want to copy all transitive dependencies for a list of artifacts in my assembly. If I use dependency: copy with a list of artifacts I just get all the jars defined In my list and not transitive dependencies. And if I use dependency: copy-dependencies, it takes all the artifacts from my

RE: dependency-copy

2008-03-04 Thread Saxena, Sandeep
. -Original Message- From: Upul Godage [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 11:37 AM To: Maven Users List Subject: Re: dependency-copy I think assembly plugin does this. Here all the dependencies are copied to a lib directory in the final release. http://maven.apache.org

Subproject dependency copy trips up release plugin?

2007-02-12 Thread shinsato
We have a project with a few sub-projects. One of those subprojects uses the maven-dependency-plugin, copying the jar file artifact from one of the sibling sub-projects. The dependency plugin has worked fine in another multi-project m2 buld and release when the dependency copy was only

RE: Subproject dependency copy trips up release plugin?

2007-02-12 Thread Brian E. Fox
Message- From: shinsato [mailto:[EMAIL PROTECTED] Sent: Monday, February 12, 2007 1:12 PM To: users@maven.apache.org Subject: Subproject dependency copy trips up release plugin? We have a project with a few sub-projects. One of those subprojects uses the maven-dependency-plugin, copying the jar