Author: bentmann Date: Fri Apr 18 11:08:18 2008 New Revision: 649636 URL: http://svn.apache.org/viewvc?rev=649636&view=rev Log: o Updated to maven-plugins:11 o Updated to plexus-utils:1.5.1 o Updated to maven-plugin-testing-harness:1.1
Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/pom.xml?rev=649636&r1=649635&r2=649636&view=diff ============================================================================== --- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Fri Apr 18 11:08:18 2008 @@ -21,7 +21,7 @@ <parent> <artifactId>maven-plugins</artifactId> <groupId>org.apache.maven.plugins</groupId> - <version>10</version> + <version>11</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-pmd-plugin</artifactId> @@ -110,6 +110,21 @@ <artifactId>maven-source-plugin</artifactId> <version>2.0.4</version> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-plugin-plugin</artifactId> + <executions> + <execution> + <id>generated-helpmojo</id> + <configuration> + <!-- FIXME: Disable helpmojo until MPLUGIN-107 gets released --> + <extractors> + <extractor/> + </extractors> + </configuration> + </execution> + </executions> + </plugin> </plugins> </build> <dependencies> @@ -141,7 +156,7 @@ <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-plugin-testing-harness</artifactId> - <version>1.0-beta-1</version> + <version>1.1</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> @@ -151,7 +166,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>1.4.2</version> + <version>1.5.1</version> </dependency> <dependency> <groupId>pmd</groupId>