Sorry I didn't see this mail But I saw the one about to release parents tomorrow. That's why I'm trying to do some cleanup in our poms and to tests all our plugins with those future parents.
WDYT ? On Tue, Aug 5, 2008 at 11:49 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > IMO it would be better to wait with changes like these until the parent POM > is released. Especially since people have expressed that they want to > release the WAR plugin soon. > > > [EMAIL PROTECTED] wrote: > >> Author: aheritier >> Date: Tue Aug 5 14:00:18 2008 >> New Revision: 682945 >> >> URL: http://svn.apache.org/viewvc?rev=682945&view=rev >> Log: >> Use plugin versions defined in parents >> >> Modified: >> maven/plugins/trunk/maven-war-plugin/pom.xml >> >> Modified: maven/plugins/trunk/maven-war-plugin/pom.xml >> URL: >> http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=682945&r1=682944&r2=682945&view=diff >> >> ============================================================================== >> --- maven/plugins/trunk/maven-war-plugin/pom.xml (original) >> +++ maven/plugins/trunk/maven-war-plugin/pom.xml Tue Aug 5 14:00:18 2008 >> @@ -121,26 +121,10 @@ >> <scope>test</scope> >> </dependency> >> </dependencies> >> - <build> >> - <pluginManagement> >> - <!-- TODO: remove when parent pom 12 is released --> >> - <plugins> >> - <plugin> >> - <groupId>org.apache.maven.plugins</groupId> >> - <artifactId>maven-plugin-plugin</artifactId> >> - <version>2.4.2</version> >> - </plugin> >> - <plugin> >> - <groupId>org.apache.maven.plugins</groupId> >> - <artifactId>maven-site-plugin</artifactId> >> - <version>2.0-beta-7</version> >> - </plugin> >> - </plugins> >> - </pluginManagement> + <build> <plugins> >> <plugin> >> <artifactId>maven-enforcer-plugin</artifactId> >> - <version>1.0-alpha-3</version> >> <executions> >> <execution> >> <goals> >> @@ -177,7 +161,6 @@ >> <plugin> >> <groupId>org.apache.maven.plugins</groupId> >> <artifactId>maven-invoker-plugin</artifactId> >> - <version>1.2</version> >> <configuration> >> <projectsDirectory>src/it</projectsDirectory> >> <pomIncludes> >> @@ -214,7 +197,6 @@ >> <plugin> >> <groupId>org.apache.maven.plugins</groupId> >> <artifactId>maven-install-plugin</artifactId> >> - <version>2.2</version> >> <executions> >> <execution> >> <id>it-preparation</id> >> @@ -241,13 +223,4 @@ >> </build> >> </profile> >> </profiles> >> - <reporting> >> - <plugins> >> - <plugin> >> - <groupId>org.apache.maven.plugins</groupId> >> - <artifactId>maven-project-info-reports-plugin</artifactId> >> - <version>2.1</version> >> - </plugin> >> - </plugins> >> - </reporting> >> </project> >> >> >> >> > > -- > Dennis Lundberg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- .......................................................... Arnaud HERITIER .......................................................... OCTO Technology - aheritier AT octo DOT com www.octo.com | blog.octo.com .......................................................... ASF - aheritier AT apache DOT org www.apache.org | maven.apache.org ...........................................................
