Author: michaelo Date: Tue Jan 6 21:14:04 2015 New Revision: 1649953 URL: http://svn.apache.org/r1649953 Log: removed configuration already inherited from parent
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=1649953&r1=1649952&r2=1649953&view=diff ============================================================================== --- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Tue Jan 6 21:14:04 2015 @@ -88,7 +88,6 @@ under the License. <maven.compiler.target>${javaVersion}</maven.compiler.target> <pmdVersion>5.2.3</pmdVersion> <sitePluginVersion>3.4</sitePluginVersion> - <mavenPluginVersion>3.2</mavenPluginVersion> <projectInfoReportsPluginVersion>2.7</projectInfoReportsPluginVersion> </properties> @@ -243,19 +242,6 @@ under the License. </dependencies> <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-plugin-plugin</artifactId> - <version>${mavenPluginVersion}</version> - <configuration> - <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> - </configuration> - </plugin> - </plugins> - </pluginManagement> - <plugins> <!-- Override the Java version inherited from maven-parent --> <plugin> @@ -298,17 +284,6 @@ under the License. </goals> </execution> </executions> - </plugin> - <plugin> - <artifactId>maven-plugin-plugin</artifactId> - <executions> - <execution> - <id>generate-descriptor</id> - <goals> - <goal>descriptor</goal> - </goals> - </execution> - </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId>