inherit from parent pom
Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/e1689472 Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/e1689472 Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/e1689472 Branch: refs/heads/master Commit: e16894724fb8d6668841a9ed6d2384f1678324f4 Parents: 0b22f0e Author: Olivier Lamy <[email protected]> Authored: Thu Feb 12 22:00:46 2015 +1100 Committer: Olivier Lamy <[email protected]> Committed: Thu Feb 12 22:00:46 2015 +1100 ---------------------------------------------------------------------- pom.xml | 15 --------------- 1 file changed, 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/e1689472/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 84c0f91..0ee4514 100644 --- a/pom.xml +++ b/pom.xml @@ -1789,21 +1789,6 @@ </dependencies> </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>build-helper-maven-plugin</artifactId> - <version>1.8</version> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>exec-maven-plugin</artifactId> - <version>1.2</version> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>buildnumber-maven-plugin</artifactId> - <version>1.1</version> - </plugin> - <plugin> <groupId>org.codehaus.modello</groupId> <artifactId>modello-maven-plugin</artifactId> <version>1.7</version>
