Author: tchemit Date: 2010-01-14 23:59:11 +0100 (Thu, 14 Jan 2010) New Revision: 750 Modified: branches/mavenpom-2.x/pom.xml Log: add plexus-component-metadata in pluginManagments Modified: branches/mavenpom-2.x/pom.xml =================================================================== --- branches/mavenpom-2.x/pom.xml 2010-01-14 22:55:09 UTC (rev 749) +++ branches/mavenpom-2.x/pom.xml 2010-01-14 22:59:11 UTC (rev 750) @@ -736,6 +736,12 @@ <artifactId>buildnumber-maven-plugin</artifactId> <version>1.0-beta-3</version> </plugin> + + <plugin> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-component-metadata</artifactId> + <version>1.2.0</version> + </plugin> <plugin> <groupId>org.nuiton</groupId>