RE: [m2] Installing 3rd Party Jars with POMs

2005-11-21 Thread David Jackman
PM To: Maven Users List Subject: Re: [m2] Installing 3rd Party Jars with POMs Hi, Add the -DgeneratePom=true argument to the command. This will generate a generic pom in your local repo along with your jar. If you want to install your created pom, you should execute the install:install-file

Re: [m2] Installing 3rd Party Jars with POMs

2005-11-21 Thread Brett Porter
On 11/22/05, Lee Meador [EMAIL PROTECTED] wrote: Wes, I had the same problem with -DgeneratePom not doing anything. It's not released with this feature yet. - Brett - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [m2] Installing 3rd Party Jars with POMs

2005-11-21 Thread Brett Porter
On 11/22/05, David Jackman [EMAIL PROTECTED] wrote: Well, that certainly worked to install the POM in a second command. How far-fetched would it be to add a property to the install-file goal to copy the POM at the same time? This is definitely possible - would you like to file it? - Brett

RE: [m2] Installing 3rd Party Jars with POMs

2005-11-21 Thread David Jackman
Done: http://jira.codehaus.org/browse/MNG-1646 ..David.. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, November 21, 2005 2:09 PM To: Maven Users List Subject: Re: [m2] Installing 3rd Party Jars with POMs On 11/22/05, David Jackman [EMAIL PROTECTED

Re: [m2] Installing 3rd Party Jars with POMs

2005-11-19 Thread sockmonk
I ran into the same issue: installed a 3rd party jar, but need to add a generic pom for it. I tried adding the parameter you suggested, but it seems to have failed silently: the jar was installed, but still no .pom file. Here's the full command line I used: /usr/local/maven/bin/mvn

Re: [m2] Installing 3rd Party Jars with POMs

2005-11-19 Thread Wendy Smoak
On 11/19/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I ran into the same issue: installed a 3rd party jar, but need to add a generic pom for it. I tried adding the parameter you suggested, but it seems to have failed silently: the jar was installed, but still no .pom file. I think

Re: [m2] Installing 3rd Party Jars with POMs

2005-11-18 Thread Allan Ramirez
Hi, Add the -DgeneratePom=true argument to the command. This will generate a generic pom in your local repo along with your jar. If you want to install your created pom, you should execute the install:install-file again with the groupId, artifactId, version of the jar you've installed and with