From 5c900c679747b2f8abd8b56ab811bb225e85b3ff Mon Sep 17 00:00:00 2001 From: Daniel Pocock Date: Mon, 18 Aug 2014 17:01:56 +0000 Subject: [PATCH] Remove version constraints for plugins required to build tools. Normally it is not a good idea to place constraints in the definition of plugins in pom.xml unless a specific version really is needed. This patch removes the constraints. There are various benefits to this, one of them is that it will always build with the latest packaged version of the plugins on a Debian or Ubuntu system. Author: daniel@pocock.pro R=jia.shao.peng@gmail.com BUG= Review URL: https://codereview.appspot.com/122480043 --- tools/java/common/pom.xml | 2 -- tools/java/cpp-build/pom.xml | 4 ---- tools/java/data/pom.xml | 4 ---- tools/java/java-build/pom.xml | 3 --- 4 files changed, 13 deletions(-) diff --git a/tools/java/common/pom.xml b/tools/java/common/pom.xml index 57502f3b4..cce5a4e2a 100644 --- a/tools/java/common/pom.xml +++ b/tools/java/common/pom.xml @@ -19,7 +19,6 @@ test - 2.3.2 org.apache.maven.plugins maven-compiler-plugin @@ -32,7 +31,6 @@ org.codehaus.mojo build-helper-maven-plugin - 1.5 add-source diff --git a/tools/java/cpp-build/pom.xml b/tools/java/cpp-build/pom.xml index fd8952a54..a60798c91 100644 --- a/tools/java/cpp-build/pom.xml +++ b/tools/java/cpp-build/pom.xml @@ -23,7 +23,6 @@ test - 2.3.2 org.apache.maven.plugins maven-compiler-plugin @@ -54,7 +53,6 @@ org.codehaus.mojo build-helper-maven-plugin - 1.5 add-source @@ -76,7 +74,6 @@ org.codehaus.mojo exec-maven-plugin - 1.2 generate-sources @@ -99,7 +96,6 @@ org.apache.maven.plugins maven-assembly-plugin - 2.2.1 jar-with-dependencies diff --git a/tools/java/data/pom.xml b/tools/java/data/pom.xml index c33215e11..626aea93f 100644 --- a/tools/java/data/pom.xml +++ b/tools/java/data/pom.xml @@ -47,7 +47,6 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.2 1.6 1.6 @@ -56,12 +55,10 @@ net.kindleit maven-gae-plugin - 0.9.1 org.apache.maven.plugins maven-assembly-plugin - 2.2.1 jar-with-dependencies @@ -86,7 +83,6 @@ org.apache.maven.plugins maven-war-plugin - 2.1.1 webapp diff --git a/tools/java/java-build/pom.xml b/tools/java/java-build/pom.xml index 22a999fdd..100766b5e 100644 --- a/tools/java/java-build/pom.xml +++ b/tools/java/java-build/pom.xml @@ -41,7 +41,6 @@ - 2.3.2 org.apache.maven.plugins maven-compiler-plugin @@ -52,7 +51,6 @@ org.codehaus.mojo build-helper-maven-plugin - 1.5 add-source @@ -79,7 +77,6 @@ org.apache.maven.plugins maven-assembly-plugin - 2.2.1 jar-with-dependencies