Build/plugins will override so it's not really a conflict per se. -----Original Message----- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2008 1:22 PM To: dev@maven.apache.org Subject: Re: svn commit: r675972 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
Now we have two conflicting versions specified for the surefire plugin - one in build/pluginManagement and one in build/plugins... [EMAIL PROTECTED] wrote: > Author: vsiveton > Date: Fri Jul 11 07:49:22 2008 > New Revision: 675972 > > URL: http://svn.apache.org/viewvc?rev=675972&view=rev > Log: > o added pluginManagement for maven-plugin-plugin and maven-surefire-plugin > > Modified: > maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml > > Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=675972&r1=675971&r2=675972&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original) > +++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Fri Jul 11 > 07:49:22 2008 > @@ -66,6 +66,21 @@ > </scm> > > <build> > + <pluginManagement> > + <plugins> > + <!-- TODO: remove when maven-plugins parent pom 12 is released --> > + <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-surefire-plugin</artifactId> > + <version>2.4.3</version> > + </plugin> > + </plugins> > + </pluginManagement> > <plugins> > <plugin> > <artifactId>maven-enforcer-plugin</artifactId> > > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]