Re: install-file generatePom

2006-05-16 Thread Wayne Fay
Good catch Borut. Be sure to file this as a JIRA bug.WayneOn 5/16/06, Borut Bolčina <[EMAIL PROTECTED]> wrote: On 16.5.2006 12:59, Martin Vysny wrote: On Tue, 2006-05-16 at 11:27 +0200, Borut Bolčina wrote: When removingplanetmirror.complanetmir

Re: install-file generatePom

2006-05-16 Thread Borut Bolčina
On 16.5.2006 12:59, Martin Vysny wrote: On Tue, 2006-05-16 at 11:27 +0200, Borut Bolčina wrote: When removing planetmirror.com planetmirror Mirror of http://repo1.maven.org/maven2/ http://public.planetmirror.com/pub/maven2

Re: install-file generatePom

2006-05-16 Thread Martin Vysny
On Tue, 2006-05-16 at 11:27 +0200, Borut Bolčina wrote: > When removing > > planetmirror.com > planetmirror Mirror of > http://repo1.maven.org/maven2/ > http://public.planetmirror.com/pub/maven2 > central > > > it installed install-

Re: install-file generatePom

2006-05-16 Thread Borut Bolčina
When removing                 planetmirror.com             planetmirror Mirror of http://repo1.maven.org/maven2/             http://public.planetmirror.com/pub/maven2             central         it installed install-plugin and the 3rd party jar. It looks planetmirror is no good! On 16.5

Re: install-file generatePom

2006-05-16 Thread Jakub Pawlowicz
Hi! It seems that maven-metadata-central.xml is corrupted. Try to delete it and then rerun the mvn install. HTH Regards, Jakub On Tue, 16 May 2006 11:12:12 +0200, Borut Bolčina wrote > I am loosing battle with maven... > > I removed .m2\repository\org\apache\maven\plugins\maven-install- > plu

install-file generatePom

2006-05-16 Thread Borut Bolčina
I am loosing battle with maven... I removed .m2\repository\org\apache\maven\plugins\maven-install-plugin. Now when trying to install some 3rd party jar mvn install:install-file -DgroupId=jxl -DartifactId=jxl -Dversion=2.5.9 -DgeneratePom =true -Dpackaging=jar -Dfile=jxl.jar [INFO]

RE: install-file generatePom not working in 2.0.2

2006-01-25 Thread Frank Russo
List Subject: Re: install-file generatePom not working in 2.0.2 You have the latest version of the install plugin? Try adding -U to the command. - Brett On 1/24/06, Frank Russo <[EMAIL PROTECTED]> wrote: > That sucks for me, eh? > > Does anyone know why this may be happening? I

Re: install-file generatePom not working in 2.0.2

2006-01-24 Thread Brett Porter
loper > FX Alliance, LLC > > > -Original Message- > From: Kathryn Huxtable [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 24, 2006 3:01 PM > To: Maven Users List > Subject: Re: install-file generatePom not working in 2.0.2 > > I just tried it and it worked

RE: install-file generatePom not working in 2.0.2

2006-01-24 Thread Frank Russo
: install-file generatePom not working in 2.0.2 I just tried it and it worked for me. Go figure. -K On 1/24/06 1:47 PM, "Frank Russo" <[EMAIL PROTECTED]> wrote: > In the 2.0.1 release of Maven, the following worked: > > > mvn install:install-file -Dfi

Re: install-file generatePom not working in 2.0.2

2006-01-24 Thread Kathryn Huxtable
I just tried it and it worked for me. Go figure. -K On 1/24/06 1:47 PM, "Frank Russo" <[EMAIL PROTECTED]> wrote: > In the 2.0.1 release of Maven, the following worked: > > > mvn install:install-file -Dfile=my.jar -DgroupId=my-group > -DartifactId=my-art -Dpackaging=jar -Dversion=1.0 -Dgenerat

RE: install-file generatePom not working in 2.0.2

2006-01-24 Thread Frank Russo
--Original Message- From: Frank Russo Sent: Tuesday, January 24, 2006 2:48 PM To: Maven Users List Subject: install-file generatePom not working in 2.0.2 In the 2.0.1 release of Maven, the following worked: mvn install:install-file -Dfile=my.jar -DgroupId=my-group -DartifactId=my-art -

install-file generatePom not working in 2.0.2

2006-01-24 Thread Frank Russo
In the 2.0.1 release of Maven, the following worked: mvn install:install-file -Dfile=my.jar -DgroupId=my-group -DartifactId=my-art -Dpackaging=jar -Dversion=1.0 -DgeneratePom=true I just tried this for the first time with version 2.0.2, but no pom is generated locally. Any ideas? Is