RE: Plugin download usage

2003-09-30 Thread Brett Porter
No way to do it at the moment. You can always delete it from maven.home afterwards if you like though. - Brett > -Original Message- > From: Nathan Coast [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 1 October 2003 12:26 AM > To: Maven Developers List > Subject: Re: Plugin

Re: Plugin download usage

2003-09-30 Thread dion
Stephen McConnell <[EMAIL PROTECTED]> wrote on 01/10/2003 12:19:52 AM: > > > > foo > > bar-plugin > > plugin > > 1.0 > > > > > > Goot stuff! > > Just for reference - if I were to include the above in a project.xml and > someone using beta-10 were to execute said xml - what would happen? It

Re: Plugin download usage

2003-09-30 Thread dion
Nathan Coast <[EMAIL PROTECTED]> wrote on 01/10/2003 12:11:44 AM: > excellent! > > so taking the example of the java plugin > > groupId (from parent project.xml) is maven > id is maven-java-plugin > currentVersion 1.3 > > so I should expect to see at ibiblio > > http://www.ibiblio.org/maven/ma

Re: Plugin download usage

2003-09-30 Thread Jason van Zyl
On Tue, 2003-09-30 at 10:19, Stephen McConnell wrote: > Jason van Zyl wrote: > > >On Tue, 2003-09-30 at 09:50, Nathan Coast wrote: > > > > > >>what's the stucture for plugins in a remote repository? > >> > >>/plugins/-version.jar > >> > >> > > > >Yes, the plugins are now another artifact typ

Re: Plugin download usage

2003-09-30 Thread dion
Nathan Coast <[EMAIL PROTECTED]> wrote on 30/09/2003 11:50:10 PM: > what's the stucture for plugins in a remote repository? > > /plugins/-version.jar Yes, like every other repo artifact, it's. /s/-. For ==plugin,extension==jar > can you define which remote repository you wish to download a sp

Re: Plugin download usage

2003-09-30 Thread Nathan Coast
How do I install a plugin into my own repo, rather than to the plugins dir? all the :install goals install the artifact into the repo appropriately (war, ear, jar, ejb etc) but plugin:install copies the plugin to ${maven.home}/plugins Jason van Zyl wrote: On Tue, 2003-09-30 at 09:50, Nathan Co

Re: Plugin download usage

2003-09-30 Thread Stephen McConnell
Jason van Zyl wrote: On Tue, 2003-09-30 at 09:50, Nathan Coast wrote: what's the stucture for plugins in a remote repository? /plugins/-version.jar Yes, the plugins are now another artifact type. So you might have: foo bar-plugin plugin 1.0 Goot stuff! Just for reference - if I

Re: Plugin download usage

2003-09-30 Thread Nathan Coast
excellent! so taking the example of the java plugin groupId (from parent project.xml) is maven id is maven-java-plugin currentVersion 1.3 so I should expect to see at ibiblio http://www.ibiblio.org/maven/maven/plugins/maven-java-plugin-1.3.jar and many others, but I only see a few. Have only s

Re: Plugin download usage

2003-09-30 Thread Jason van Zyl
On Tue, 2003-09-30 at 09:50, Nathan Coast wrote: > what's the stucture for plugins in a remote repository? > > /plugins/-version.jar Yes, the plugins are now another artifact type. So you might have: foo bar-plugin plugin 1.0 You get /foo/plugins/bar-plugin-1.0.jar > can you define w

Re: Plugin download usage

2003-09-30 Thread Nathan Coast
what's the stucture for plugins in a remote repository? /plugins/-version.jar can you define which remote repository you wish to download a specific plugin from, or can the remote repositories only be set by setting the maven.repo.remote property? cheers Nathan Jason van Zyl wrote: On Mon, 200

RE: Plugin download usage

2003-09-29 Thread Jason van Zyl
On Mon, 2003-09-29 at 20:12, Brett Porter wrote: > > > > Brett, > > > > Could you give me a quick rundown of how to download a plugin > > and how the mechanism works. I will look at the code for > > certain but I just want to push in a little bit of doco now > > with all the plugins separated

RE: Plugin download usage

2003-09-29 Thread Brett Porter
> > Brett, > > Could you give me a quick rundown of how to download a plugin > and how the mechanism works. I will look at the code for > certain but I just want to push in a little bit of doco now > with all the plugins separated. maven plugin:download -DartifactId=maven-dbunit-plugin -Dgr