Re: plugin naming

2004-05-16 Thread Rafal Krzewski
Vincent Massol wrote: FWIW, that's what I've done for the Cactus plugin (I've named it cactus-maven-plugin). But that's because there is only 1 plugin. If I had more than 1 I would have named it: cactus-tomcat-maven-plugin or cactus-maven-tomcat-plugin. I use the same approach: -maven-plugin. If I

Re: plugin naming

2004-05-15 Thread dion_gillard
Nathan Coast <[EMAIL PROTECTED]> wrote on 16/05/2004 10:17:59 AM: > [EMAIL PROTECTED] wrote: > > > Nathan, > > > > my suggestion to resolve this is here: > > > > http://blogs.codehaus. > org/people/dion/archives/000717_problems_with_the_maven_10_architecture.html > > > > My take is we should

Re: plugin naming

2004-05-15 Thread Nathan Coast
[EMAIL PROTECTED] wrote: Nathan, my suggestion to resolve this is here: http://blogs.codehaus.org/people/dion/archives/000717_problems_with_the_maven_10_architecture.html My take is we should change the plugins dir to be a repo like structure. wouldn't this still cause problems if there are multi

Re: plugin naming

2004-05-15 Thread dion_gillard
Nathan, my suggestion to resolve this is here: http://blogs.codehaus.org/people/dion/archives/000717_problems_with_the_maven_10_architecture.html My take is we should change the plugins dir to be a repo like structure. -- dIon Gillard, Multitask Consulting Nathan Coast <[EMAIL PROTECTED]> wr

RE: plugin naming

2004-05-15 Thread Vincent Massol
> -Original Message- > From: Nathan Coast [mailto:[EMAIL PROTECTED] > Sent: 15 May 2004 03:51 > To: Maven Dev > Subject: plugin naming > > Hi, > > I'm planning to roll out 6 or 7 new or updated plugins on the codeczar > site. Before I do this I want to make sure I have the naming > con

RE: plugin naming

2003-10-01 Thread Vincent Massol
> -Original Message- > From: Nathan Coast [mailto:[EMAIL PROTECTED] > Sent: 02 October 2003 03:34 > To: maven dev > Subject: plugin naming > > just wondering, > > the convention for plugin naming is > > maven-[myplugin]-plugin > > is the 'maven' bit supposed to indicate that it's a ma

RE: plugin naming

2003-10-01 Thread Brett Porter
Haven't really had cause to look at this yet. Personally, I dropped the "maven-" altogether for our organisation, but adding some prefix is a good idea as there is no concept of groupId in the plugins directory. In the future we definitely need to take the whole id into account - this was discusse