On Mon, 2010-06-14 at 11:45 +0000, s...@apache.org wrote: > Author: sebb > Date: Mon Jun 14 11:45:02 2010 > New Revision: 954415 > > URL: http://svn.apache.org/viewvc?rev=954415&view=rev > Log: > Sort the pluginManagement section > > Modified: > httpcomponents/project/pom.xml > > Modified: httpcomponents/project/pom.xml > URL: > http://svn.apache.org/viewvc/httpcomponents/project/pom.xml?rev=954415&r1=954414&r2=954415&view=diff > ============================================================================== > --- httpcomponents/project/pom.xml (original) > +++ httpcomponents/project/pom.xml Mon Jun 14 11:45:02 2010 > @@ -272,6 +272,32 @@ > </plugins> > <pluginManagement> > <plugins> > + <!-- org.apache.maven.plugins, alpha order by artifact id --> > + <plugin> > + <groupId>org.apache.maven.plugins</groupId> > + <artifactId>maven-assembly-plugin</artifactId> > + <version>2.2-beta-5</version> > + </plugin> > + <plugin> > + <groupId>org.apache.maven.plugins</groupId> > + <artifactId>maven-antrun-plugin</artifactId> > + <version>1.4</version> > + </plugin> > + <plugin> > + <groupId>org.apache.maven.plugins</groupId> > + <artifactId>maven-clean-plugin</artifactId> > + <version>2.4.1</version> > + </plugin> > + <plugin> > + <groupId>org.apache.maven.plugins</groupId> > + <artifactId>maven-compiler-plugin</artifactId> > + <version>2.3.1</version> > + </plugin> > + <plugin> > + <groupId>org.apache.maven.plugins</groupId> > + <artifactId>maven-deploy-plugin</artifactId> > + <version>2.5</version> > + </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-gpg-plugin</artifactId>
Sebastian While it is certainly a good idea to have versions of non-core Maven plugins explicitly set in POM, I am not sure it is the case for core plugins unless we also somehow enforce a very _specific_ Maven version that matches those core plugin version. Maven releases are tested against specific versions of core plugins and mixing things up may be as ugly as letting Maven always pick up the newest version. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org