Re: AW: deploying plugin jars

2004-06-22 Thread Brett Porter
Documentation patches are welcome :) I'll take the blame for this one - I hacked it in and didn't document it. Raise it in JIRA and we'll make sure it gets done. - Brett On Tue, 22 Jun 2004 12:05:22 +0200, Oliver Noelle <[EMAIL PROTECTED]> wrote: > > > maven plugin:repository-deploy (like jar:d

Re: deploying plugin jars

2004-06-22 Thread Brett Porter
t; Please respond to > "Maven Users List" <[EMAIL PROTECTED]> > > To > Maven Users List <[EMAIL PROTECTED]> > cc > > Subject > Re: deploying plugin jars > > > > > Dan, > > Not quite :) > > maven plugin:install is used from

Re: deploying plugin jars

2004-06-22 Thread Jesper Linvald
ers List" <[EMAIL PROTECTED]> To Maven Users List <[EMAIL PROTECTED]> cc Subject Re: deploying plugin jars Dan, Not quite :) maven plugin:install is used from a plugin source tree to build and install a plugin into your maven installation. maven plugin:download (with the a

AW: deploying plugin jars

2004-06-22 Thread Oliver Noelle
> maven plugin:repository-deploy (like jar:deploy) builds a plugin and > puts it into your remote repository. Brett, where is the goal "plugin:repository-deploy" documented? I can't find anything on the plugin's documentation (http://maven.apache.org/reference/plugins/plugin/goals.html), and usi

Re: deploying plugin jars

2004-06-22 Thread Eric Giguere
ight, hope that helps... Cheers, Dan -Original Message- From: Eric Giguere [mailto:[EMAIL PROTECTED] Sent: Tuesday, 22 June 2004 6:35 AM To: Maven User List Subject: deploying plugin jars Hi Got a small problem. I'm trying to deploy a custom plugin jar in our internal remote repository. I&#x

Re: deploying plugin jars

2004-06-21 Thread Brett Porter
to:[EMAIL PROTECTED] > Sent: Tuesday, 22 June 2004 6:35 AM > To: Maven User List > Subject: deploying plugin jars > > Hi > > Got a small problem. I'm trying to deploy a custom plugin jar in our > internal remote repository. > I've tried using the jar:deploy com

RE: deploying plugin jars

2004-06-21 Thread Washusen, Dan
artifactId=maven-dbunit-plugin -Dversion=1.1 plugin:install That's from memory but it should be right, hope that helps... Cheers, Dan -Original Message- From: Eric Giguere [mailto:[EMAIL PROTECTED] Sent: Tuesday, 22 June 2004 6:35 AM To: Maven User List Subject: deploying plugin j

Re: deploying plugin jars

2004-06-21 Thread Erik Husby
Eric Giguere wrote: Hi Got a small problem. I'm trying to deploy a custom plugin jar in our internal remote repository. I've tried using the jar:deploy command but I couldn't get the guy to put my jar in the right place (maven/plugins/). No matter how I play with directories (using the propeties)

deploying plugin jars

2004-06-21 Thread Eric Giguere
Hi Got a small problem. I'm trying to deploy a custom plugin jar in our internal remote repository. I've tried using the jar:deploy command but I couldn't get the guy to put my jar in the right place (maven/plugins/). No matter how I play with directories (using the propeties), I never could get