From 9087febd21fe2f8970fc79cacbb2730057479cff Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Wed, 11 Mar 2015 13:18:30 -0500 Subject: [PATCH] HBASE-13191. Addendum missed one spot we hard-code MAVEN_OPTS for jenkins. --- dev-support/test-patch.properties | 2 +- pom.xml | 33 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/dev-support/test-patch.properties b/dev-support/test-patch.properties index 192a3ed616b..661ee245589 100644 --- a/dev-support/test-patch.properties +++ b/dev-support/test-patch.properties @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -MAVEN_OPTS="-Xmx3100M" +MAVEN_OPTS="${MAVEN_OPTS:-"-Xmx3100M"}" # The number of acceptable warning for *all* modules # Please update the per-module test-patch.properties if you update this file. diff --git a/pom.xml b/pom.xml index ac2b36c8f87..b6e23c00fdc 100644 --- a/pom.xml +++ b/pom.xml @@ -1684,6 +1684,39 @@ --> + + + jenkins.patch + + false + + HBasePatchProcess + + + + + + org.apache.maven.plugins + maven-antrun-plugin + false + + + validate + + run + + + + Maven Exceution Environment + MAVEN_OPTS="${env.MAVEN_OPTS}" + + + + + + + + os.linux