Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 248FF100C7 for ; Thu, 5 Jun 2014 18:21:11 +0000 (UTC) Received: (qmail 17549 invoked by uid 500); 5 Jun 2014 18:21:11 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 17511 invoked by uid 500); 5 Jun 2014 18:21:11 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 17433 invoked by uid 99); 5 Jun 2014 18:21:11 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2014 18:21:11 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id BD38A94C449; Thu, 5 Jun 2014 18:21:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ctubbsii@apache.org To: commits@accumulo.apache.org Date: Thu, 05 Jun 2014 18:21:11 -0000 Message-Id: <96d3cea238d041798f622f1b4173dc2f@git.apache.org> In-Reply-To: <1a440200af8a47f4ab8da38d2dee8e14@git.apache.org> References: <1a440200af8a47f4ab8da38d2dee8e14@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] git commit: ACCUMULO-2774 Update pom to ensure enough memory for tests Adds surefire-plugin param to increase heap size for some tests with large memory requirements. ACCUMULO-2774 Update pom to ensure enough memory for tests Adds surefire-plugin param to increase heap size for some tests with large memory requirements. Signed-off-by: Christopher Tubbs Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/ea266bb8 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/ea266bb8 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/ea266bb8 Branch: refs/heads/master Commit: ea266bb8ee1327dee1cb9edd59c18fda715b5c4d Parents: 8ebf617 Author: Jessica Seastrom Authored: Tue May 6 14:27:41 2014 -0400 Committer: Christopher Tubbs Committed: Thu Jun 5 14:16:57 2014 -0400 ---------------------------------------------------------------------- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/ea266bb8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ec909d8..875b0f4 100644 --- a/pom.xml +++ b/pom.xml @@ -587,6 +587,13 @@ + org.apache.maven.plugins + maven-surefire-plugin + + -Xmx768m + + + org.codehaus.mojo build-helper-maven-plugin 1.8