Repository: incubator-ratis Updated Branches: refs/heads/master e913cf8c4 -> 81cefd8e1
RATIS-66. Remove make-maven-plugin from pom.xml. Contributed by Karl Heinz Marbaise. Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/81cefd8e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/81cefd8e Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/81cefd8e Branch: refs/heads/master Commit: 81cefd8e109bf6e35599fd349279b28a8483299b Parents: e913cf8 Author: Jing Zhao <[email protected]> Authored: Thu Apr 6 11:15:32 2017 -0700 Committer: Jing Zhao <[email protected]> Committed: Thu Apr 6 11:15:32 2017 -0700 ---------------------------------------------------------------------- pom.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/81cefd8e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 27a9f3b..a2659ad 100644 --- a/pom.xml +++ b/pom.xml @@ -155,7 +155,6 @@ <build-helper-maven-plugin.version>1.9</build-helper-maven-plugin.version> <exec-maven-plugin.version>1.3.1</exec-maven-plugin.version> <findbugs.version>3.0.0</findbugs.version> - <make-maven-plugin.version>1.0-beta-1</make-maven-plugin.version> <native-maven-plugin.version>1.0-alpha-8</native-maven-plugin.version> <wagon-ssh.version>1.0</wagon-ssh.version> @@ -372,11 +371,6 @@ <version>${native-maven-plugin.version}</version> </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>make-maven-plugin</artifactId> - <version>${make-maven-plugin.version}</version> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>${maven-resources-plugin.version}</version>
