Re: Problem with maven-dependency-plugin - copy-dependencies

2010-04-14 Thread Brian Fox
The jar files have a null classifier, so probably what happens is the field gets set from one execution and not unset in the other. You could try flipping the order around to see if that helps, or in the jars config, try setting it to " " and see if that helps. We need to trick plexus into injectin

Problem with maven-dependency-plugin - copy-dependencies

2010-04-14 Thread Shurgin,Gary
I am attempting to copy the Jar files and source Jar files into a non-maven project using the copy-dependencies control. I have tried several different approaches, and none of them seem to work. I have a section that looks like this. ${libDir} true

RE: maven-dependency-plugin copy-dependencies

2009-01-08 Thread Brian E. Fox
o the mojo. -Original Message- From: Jeff MAURY [mailto:jeffma...@gmail.com] Sent: Thursday, January 08, 2009 4:33 AM To: Maven Users List Subject: Re: maven-dependency-plugin copy-dependencies Because you bound it to the phase package, you should use mvn clean package instead. I think Maven

Re: maven-dependency-plugin copy-dependencies

2009-01-08 Thread Ryan Moquin
gt; Jeff >>> >>> >>> On Wed, Jan 7, 2009 at 7:16 PM, Ryan Moquin >>> wrote: >>> >>> > I'm trying to understand how to use the copy-dependencies goal for the >>> > maven-dependency-plugin. Basically I want to just c

Re: maven-dependency-plugin copy-dependencies

2009-01-08 Thread Jeff MAURY
t to a directory, and exclude the rest. For some >> reason, >> > I >> > can't seem to get any of the filters to work, here is an example of the >> > plugin definition that gives me trouble: >> > >> > >> >org.apache.maven.plugin

Re: maven-dependency-plugin copy-dependencies

2009-01-08 Thread Ryan Moquin
can't seem to get any of the filters to work, here is an example of the > > plugin definition that gives me trouble: > > > > > > org.apache.maven.plugins > >maven-dependency-plugin > > > > > >

Re: maven-dependency-plugin copy-dependencies

2009-01-08 Thread Jeff MAURY
gin definition that gives me trouble: > > > org.apache.maven.plugins >maven-dependency-plugin > > >copy-dependencies >package > > copy-dependencies > >

maven-dependency-plugin copy-dependencies

2009-01-07 Thread Ryan Moquin
ple of the plugin definition that gives me trouble: org.apache.maven.plugins maven-dependency-plugin copy-dependencies package copy-dependencies zip jar

RE: Problem with maven-dependency-plugin: copy-dependencies

2008-02-26 Thread Brian E. Fox
. -Original Message- From: amit kumar [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 26, 2008 2:12 AM To: Maven Users List Subject: Re: Problem with maven-dependency-plugin: copy-dependencies Hi, Now this is a new problem, I am seeing the dependency getting packaged as dependency-1.0.0-SNAPSHOT.jar

Re: Problem with maven-dependency-plugin: copy-dependencies

2008-02-26 Thread amit kumar
he dependency plugin only copies things. It's up to whatever is > doing > > > > the packaging to create the manifest. > > > > > > > > -Original Message- > > > > From: amit kumar [mailto:[EMAIL PROTECTED] > > > > Sent:

Re: Problem with maven-dependency-plugin: copy-dependencies

2008-02-26 Thread Stephen Connolly
> > > the packaging to create the manifest. > > > > > > -Original Message----- > > > From: amit kumar [mailto:[EMAIL PROTECTED] > > > Sent: Friday, February 22, 2008 1:37 AM > > > To: Maven Users List > > > Subject: Re: Problem with

Re: Problem with maven-dependency-plugin: copy-dependencies

2008-02-25 Thread amit kumar
--- > > From: amit kumar [mailto:[EMAIL PROTECTED] > > Sent: Friday, February 22, 2008 1:37 AM > > To: Maven Users List > > Subject: Re: Problem with maven-dependency-plugin: copy-dependencies > > > > Can I modify Manifest entries along with the copy-dependencies goal i

Re: Problem with maven-dependency-plugin: copy-dependencies

2008-02-25 Thread amit kumar
PROTECTED] > Sent: Friday, February 22, 2008 1:37 AM > To: Maven Users List > Subject: Re: Problem with maven-dependency-plugin: copy-dependencies > > Can I modify Manifest entries along with the copy-dependencies goal in > configuration? Or something like that. I want the

RE: Problem with maven-dependency-plugin: copy-dependencies

2008-02-25 Thread Brian E. Fox
a at > > http://jira.codehaus.org/browse/MDEP and attach the files there. > > > > -Original Message- > > From: PatrickV [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, January 01, 2008 11:08 AM > > To: users@maven.apache.org > > Subject: RE: Problem with mav

Re: Problem with maven-dependency-plugin: copy-dependencies

2008-02-22 Thread amit kumar
Thanks. Amit Kumar On Fri, Feb 22, 2008 at 2:30 PM, Graham Leggett <[EMAIL PROTECTED]> wrote: > amit kumar wrote: > > > Can I modify Manifest entries along with the copy-dependencies goal in > > configuration? Or something like that. I want the Manifest.mf to have > > entries for the copied depe

Re: Problem with maven-dependency-plugin: copy-dependencies

2008-02-22 Thread Graham Leggett
amit kumar wrote: Can I modify Manifest entries along with the copy-dependencies goal in configuration? Or something like that. I want the Manifest.mf to have entries for the copied dependencies(in the specific folder). Do it the other way around - don't try and change the path in the manifes

Re: Problem with maven-dependency-plugin: copy-dependencies

2008-02-21 Thread amit kumar
jira.codehaus.org/browse/MDEP and attach the files there. > > > > -Original Message- > > From: PatrickV [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, January 01, 2008 11:08 AM > > To: users@maven.apache.org > > Subject: RE: Problem with maven-dependency-plug

RE: Problem with maven-dependency-plugin: copy-dependencies

2008-01-02 Thread PatrickV
he files there. > > -Original Message- > From: PatrickV [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 01, 2008 11:08 AM > To: users@maven.apache.org > Subject: RE: Problem with maven-dependency-plugin: copy-dependencies > > > I hope I can make it clear by

RE: Problem with maven-dependency-plugin: copy-dependencies

2008-01-01 Thread Brian E. Fox
6/pp.zip pp.zip > sage- > From: PatrickV [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 30, 2007 2:11 PM > To: users@maven.apache.org > Subject: RE: Problem with maven-dependency-plugin: copy-dependencies > > >>I changed the packaging of module C into jar, and no diff

RE: Problem with maven-dependency-plugin: copy-dependencies

2008-01-01 Thread PatrickV
PatrickV [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 30, 2007 2:11 PM > To: users@maven.apache.org > Subject: RE: Problem with maven-dependency-plugin: copy-dependencies > > >>I changed the packaging of module C into jar, and no difference. >>I think the

RE: Problem with maven-dependency-plugin: copy-dependencies

2007-12-31 Thread Brian E. Fox
-Original Message- From: PatrickV [mailto:[EMAIL PROTECTED] Sent: Sunday, December 30, 2007 2:11 PM To: users@maven.apache.org Subject: RE: Problem with maven-dependency-plugin: copy-dependencies >I changed the packaging of module C into jar, and no difference. >I think th

RE: Problem with maven-dependency-plugin: copy-dependencies

2007-12-30 Thread PatrickV
> From: Patrick Vanbrabant [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 30, 2007 5:53 AM > To: users@maven.apache.org > Subject: Problem with maven-dependency-plugin: copy-dependencies > > Hi, > > I have a multi-module project set up as follows. > >

RE: Problem with maven-dependency-plugin: copy-dependencies

2007-12-30 Thread Brian E. Fox
filter the contents as they are unpacked). -Original Message- From: Patrick Vanbrabant [mailto:[EMAIL PROTECTED] Sent: Sunday, December 30, 2007 5:53 AM To: users@maven.apache.org Subject: Problem with maven-dependency-plugin: copy-dependencies Hi, I have a multi-module project set up

Problem with maven-dependency-plugin: copy-dependencies

2007-12-30 Thread Patrick Vanbrabant
Hi, I have a multi-module project set up as follows. Parent Module A depenencies: x, y,z Module B dependencies: A, y,d, Module C dependencies: A, B, t,u,y Each module with its own dependencies. Now I want to execute the goal copy-dependencies on

Problem with maven-dependency-plugin: copy-dependencies

2007-12-30 Thread PatrickV
Hi, I have a multi-module project set up as follows. Parent Module A depenencies: x, y,z Module B dependencies: A, y,d, Module C dependencies: A, B, t,u,y Each module with its own dependencies. Now I want to execute the goal copy