maven-install-plugin: install an unanticipated number of jars?

2016-02-16 Thread Stefan Sobernig
Dear all, I have an automated procedure to obtain a (possibly changing) number of non-maven dependencies (jars). I want to use the maven-install-plugin to automatically install them as maven artifacts into the local or an in-project repository. I do not want to maintain manually install-file/ exe

maven-eclipse-plugin install-plugin simple example not working?

2010-09-16 Thread misha680
v20100503] does in fact match range [3.3.0,4.0.0)... Any ideas/hints? Thank you Misha Koshelev -- View this message in context: http://maven.40175.n5.nabble.com/maven-eclipse-plugin-install-plugin-simple-example-not-working-tp2843283p2843283.html Sent from the Maven - Users mailing list arc

Re: maven-eclipse-plugin install-plugins and source-jars

2008-09-18 Thread Lars Fischer
Hello, On Fri, 19 Sep 2008 08:24:09 +0200, "Lars Fischer" > > I use the "maven-eclipse-plugin" with the goal "install-plugins" to > > create an eclipse target-platform containing my bundle-dependencies. > > > > Is is also possible to get the sources of these dependencies into > > this platform-fol

Re: maven-eclipse-plugin install-plugins and source-jars

2008-09-18 Thread Lars Fischer
Hello, On Wed, 17 Sep 2008 15:13:31 +0200, "Lars Fischer" <[EMAIL PROTECTED] mail.org> said: > I use the "maven-eclipse-plugin" with the goal "install-plugins" to > create an eclipse target-platform containing my bundle-dependencies. > > Is is also possible to get the sources of these dependencies

maven-eclipse-plugin install-plugins and source-jars

2008-09-17 Thread Lars Fischer
Hello, I use the "maven-eclipse-plugin" with the goal "install-plugins" to create an eclipse target-platform containing my bundle-dependencies. Is is also possible to get the sources of these dependencies into this platform-folder following the same renaming rules like the binary-jars? regards,

RE: Plugin install

2004-08-24 Thread Charles Daniels
again, your new goal(s) should be picked up. > -Original Message- > From: Jesper Linvald [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 24, 2004 8:37 AM > To: Maven Users List > Subject: Re: Plugin install > > > Hi Shinobu, > > yes I read it and I have been

Re: Plugin install

2004-08-24 Thread Dion Gillard
;[EMAIL PROTECTED]> > > To > "Maven Users List" <[EMAIL PROTECTED]> > cc > > Subject > Re: Plugin install > > > > > Hi Jesper, > > > I use the command "plugin:install-now" after which I expect to be able > to > >

Re: Plugin install

2004-08-24 Thread Jesper Linvald
24-08-2004 09:21 Please respond to "Maven Users List" <[EMAIL PROTECTED]> To "Maven Users List" <[EMAIL PROTECTED]> cc Subject Re: Plugin install Hi Jesper, > I use the command "plugin:install-now" after which I expect to be able to >

Re: Plugin install

2004-08-24 Thread Shinobu Kawai
Hi Jesper, > I use the command "plugin:install-now" after which I expect to be able to > run my plugin. I try deleting the various cache files, running > "plugin:install" etc. > In the end maven says that the goal I am trying to run dosent existI > checked the cache folder and the unpacked

Plugin install

2004-08-24 Thread Jesper Linvald
Hello all, I find myself having trouble installing my plugin. I use the command "plugin:install-now" after which I expect to be able to run my plugin. I try deleting the various cache files, running "plugin:install" etc. In the end maven says that the goal I am trying to run dosent existI

Re: Plugin install directory?

2003-06-05 Thread Peter Lynch
Neil Blue wrote: Hello, I have been writing my first plugin, and ran: maven plugin this copied the new plubin jar to ~/.maven/repository... is this right as I though the plugins went in ~/.maven/plugin ? Cheers Neil I think you want plugin:install or plugin:deploy. The default goal of plu