Re: Move maven-plugins parent into sibling directory

2010-05-16 Thread Benjamin Bentmann
Hervé BOUTEMY wrote: I'm not totally confident in the way site plugin will generate breadcrumbs, but let's do it: I made the change and my testing didn't reveal any problems with either the breadcrumbs or the inheritance/calculation of the site/distribution URLs so I think we're good. We'r

Re: Move maven-plugins parent into sibling directory

2010-05-02 Thread Brett Porter
+1 On 02/05/2010, at 12:07 AM, Benjamin Bentmann wrote: > Hi, > > does anybody have strong objections if I would move > > maven/plugins/trunk/pom.xml > > to > > maven/plugins/trunk/maven-plugins/pom.xml > > and created a mere aggregator POM at trunk/pom.xml, thereby enabling release > of

Re: Move maven-plugins parent into sibling directory

2010-05-01 Thread Olivier Lamy
+1 2010/5/1 Benjamin Bentmann : > Hi, > > does anybody have strong objections if I would move > >  maven/plugins/trunk/pom.xml > > to > >  maven/plugins/trunk/maven-plugins/pom.xml > > and created a mere aggregator POM at trunk/pom.xml, thereby enabling release > of the maven-plugins parent withou

Re: Move maven-plugins parent into sibling directory

2010-05-01 Thread Arnaud Héritier
+1 with the same doubt about the site plugin behavior which has to be fixed if it doesn't work. Arnaud Héritier Software Factory Manager eXo platform - http://www.exoplatform.com --- http://www.aheritier.net On Sat, May 1, 2010 at 4:17 PM, Hervé BOUTEMY wrote: > I'm not totally confident in t

Re: Move maven-plugins parent into sibling directory

2010-05-01 Thread Hervé BOUTEMY
I'm not totally confident in the way site plugin will generate breadcrumbs, but let's do it: this is a use case we should support. If something is wrong, we'll fix it so +1 for the move Hervé Le samedi 01 mai 2010, Benjamin Bentmann a écrit : > Hi, > > does anybody have strong objections if I

Move maven-plugins parent into sibling directory

2010-05-01 Thread Benjamin Bentmann
Hi, does anybody have strong objections if I would move maven/plugins/trunk/pom.xml to maven/plugins/trunk/maven-plugins/pom.xml and created a mere aggregator POM at trunk/pom.xml, thereby enabling release of the maven-plugins parent without the need to checkout the entire plugin suite?