Updated Branches: refs/heads/master 3ec965275 -> 6d7537b6f
clean up maven-plugin-plugin definition, already inherited from parent Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/6d7537b6 Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/6d7537b6 Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/6d7537b6 Branch: refs/heads/master Commit: 6d7537b6f3126d471dbbf86c81641420c3aa1d55 Parents: 3ec9652 Author: Hervé Boutemy <[email protected]> Authored: Sun Feb 9 18:43:23 2014 +0100 Committer: Hervé Boutemy <[email protected]> Committed: Sun Feb 9 18:43:23 2014 +0100 ---------------------------------------------------------------------- .../core-it-plugins/maven-it-plugin-setter/pom.xml | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/6d7537b6/core-it-support/core-it-plugins/maven-it-plugin-setter/pom.xml ---------------------------------------------------------------------- diff --git a/core-it-support/core-it-plugins/maven-it-plugin-setter/pom.xml b/core-it-support/core-it-plugins/maven-it-plugin-setter/pom.xml index 0a067f7..6b17448 100644 --- a/core-it-support/core-it-plugins/maven-it-plugin-setter/pom.xml +++ b/core-it-support/core-it-plugins/maven-it-plugin-setter/pom.xml @@ -45,17 +45,4 @@ under the License. <version>2.0</version> </dependency> </dependencies> - - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-plugin-plugin</artifactId> - <version>2.9</version> - </plugin> - </plugins> - </pluginManagement> - </build> - </project>
