Re: dependency-copy

2008-03-06 Thread Stephen Connolly
;>> I did not get this. They are not in my projects POM. If I use > >>> Copy it just copies the artifacts in the list and not transitive > >>> Dependencies. > >>> > >>> > >>> > >>> -Original Message- > >>>

Re: dependency-copy

2008-03-05 Thread sandeep28
8:53 AM, Saxena, Sandeep < >> [EMAIL PROTECTED]> wrote: >> >>> I did not get this. They are not in my projects POM. If I use >>> Copy it just copies the artifacts in the list and not transitive >>> Dependencies. >>> >>> >>>

Re: dependency-copy

2008-03-05 Thread sandeep28
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: &

RE: dependency-copy

2008-03-05 Thread Brian E. Fox
1:16 AM 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

Re: dependency-copy

2008-03-05 Thread Stephen Connolly
nd 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, Sande

RE: dependency-copy

2008-03-05 Thread Saxena, Sandeep
> Artifacts to be copied in a folder of my assembly. > > Thanks, > 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

Re: dependency-copy

2008-03-05 Thread Stephen Connolly
copied in a folder of my assembly. > > Thanks, > 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

RE: dependency-copy

2008-03-04 Thread Saxena, Sandeep
ndeep. -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.apach

Re: dependency-copy

2008-03-04 Thread Upul Godage
I think assembly plugin does this. Here all the dependencies are copied to a lib directory in the final release. http://maven.apache.org/plugins/maven-assembly-plugin/howto.html bin lib Hope this helps. Upul On Wed, Mar 5, 2008 at 11:20 AM, Saxena, Sa