Re: [parent] maven 3 vs. 2 trick not inherited from commons-parent

2011-03-11 Thread Dennis Lundberg
On 2011-03-11 08:32, Jochen Wiedmann wrote: > Stupid question: Is there any reason for not using the 3.x site plugin > with Maven 2? There were quite a lot of internal changes made in Maven 3, that requires a different approach to site generation compared to Maven 2. Some work has begun where we'r

Re: [parent] maven 3 vs. 2 trick not inherited from commons-parent

2011-03-11 Thread Gary Gregory
On Fri, Mar 11, 2011 at 2:31 AM, Jörg Schaible wrote: > Jörg Schaible wrote: > > > Hi Gary, > > > > Gary Gregory wrote: > > > >> On Thu, Mar 10, 2011 at 10:27 PM, Jörg Schaible > >> wrote: > >> > >>> Hi Gary, > >>> > >>> Gary Gregory wrote: > >>> > >>> > In [paren] v18, we have a nice trick to use

Re: [parent] maven 3 vs. 2 trick not inherited from commons-parent

2011-03-11 Thread Jörg Schaible
Jochen Wiedmann wrote: > Stupid question: Is there any reason for not using the 3.x site plugin > with Maven 2? Try it ;-) - Jörg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: de

Re: [parent] maven 3 vs. 2 trick not inherited from commons-parent

2011-03-10 Thread Jochen Wiedmann
Stupid question: Is there any reason for not using the 3.x site plugin with Maven 2? On Thu, Mar 10, 2011 at 10:08 PM, Gary Gregory wrote: > In [paren] v18, we have a nice trick to use maven-site-plugin 2.x with Maven > 2.x and maven-site-plugin 3.x with Maven 3.x . > > See > http://maven.apach

Re: [parent] maven 3 vs. 2 trick not inherited from commons-parent

2011-03-10 Thread Jörg Schaible
Jörg Schaible wrote: > Hi Gary, > > Gary Gregory wrote: > >> On Thu, Mar 10, 2011 at 10:27 PM, Jörg Schaible >> wrote: >> >>> Hi Gary, >>> >>> Gary Gregory wrote: >>> >>> > In [paren] v18, we have a nice trick to use maven-site-plugin 2.x with >>> > Maven 2.x and maven-site-plugin 3.x with Mave

Re: [parent] maven 3 vs. 2 trick not inherited from commons-parent

2011-03-10 Thread Jörg Schaible
Hi Gary, Gary Gregory wrote: > On Thu, Mar 10, 2011 at 10:27 PM, Jörg Schaible > wrote: > >> Hi Gary, >> >> Gary Gregory wrote: >> >> > In [paren] v18, we have a nice trick to use maven-site-plugin 2.x with >> > Maven 2.x and maven-site-plugin 3.x with Maven 3.x . >> > >> > See >> > >> http://ma

Re: [parent] maven 3 vs. 2 trick not inherited from commons-parent

2011-03-10 Thread Gary Gregory
On Thu, Mar 10, 2011 at 10:27 PM, Jörg Schaible wrote: > Hi Gary, > > Gary Gregory wrote: > > > In [paren] v18, we have a nice trick to use maven-site-plugin 2.x with > > Maven 2.x and maven-site-plugin 3.x with Maven 3.x . > > > > See > > > http://maven.apache.org/plugins/maven-site-plugin-3.0-be

Re: [parent] maven 3 vs. 2 trick not inherited from commons-parent

2011-03-10 Thread Jörg Schaible
Hi Gary, Gary Gregory wrote: > In [paren] v18, we have a nice trick to use maven-site-plugin 2.x with > Maven 2.x and maven-site-plugin 3.x with Maven 3.x . > > See > http://maven.apache.org/plugins/maven-site-plugin-3.0-beta-3/maven-3.html > > If you want to look at the parent POM, look for: >

[parent] maven 3 vs. 2 trick not inherited from commons-parent

2011-03-10 Thread Gary Gregory
In [paren] v18, we have a nice trick to use maven-site-plugin 2.x with Maven 2.x and maven-site-plugin 3.x with Maven 3.x . See http://maven.apache.org/plugins/maven-site-plugin-3.0-beta-3/maven-3.html If you want to look at the parent POM, look for: maven-3 But, this does not work.