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 0AE3D117A3 for ; Tue, 12 Aug 2014 22:23:47 +0000 (UTC) Received: (qmail 40441 invoked by uid 500); 12 Aug 2014 22:23:47 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 40399 invoked by uid 500); 12 Aug 2014 22:23:47 -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 40380 invoked by uid 99); 12 Aug 2014 22:23:47 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2014 22:23:47 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 80AAA990867; Tue, 12 Aug 2014 22:23:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@accumulo.apache.org Date: Tue, 12 Aug 2014 22:23:47 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/3] git commit: ACCUMULO-3064 Allow useSslForIT to always be specified. Repository: accumulo Updated Branches: refs/heads/1.6.1-SNAPSHOT 10d8264e0 -> e440e4712 refs/heads/master cc0c06799 -> 9bc87f97b ACCUMULO-3064 Allow useSslForIT to always be specified. Previously, the configuration would only be set when the shared-mini-for-it profile was activated. There's no reason this has to be the case -- the normal MAC setup can create and use SSL for RPCs. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e440e471 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/e440e471 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/e440e471 Branch: refs/heads/1.6.1-SNAPSHOT Commit: e440e47120593c0f7e1d4cf772b4bcd7ff960b70 Parents: 10d8264 Author: Josh Elser Authored: Tue Aug 12 18:17:47 2014 -0400 Committer: Josh Elser Committed: Tue Aug 12 18:17:47 2014 -0400 ---------------------------------------------------------------------- test/pom.xml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/e440e471/test/pom.xml ---------------------------------------------------------------------- diff --git a/test/pom.xml b/test/pom.xml index 17c8527..7c932d6 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -201,6 +201,16 @@ ${timeout.factor} + ${useSslForIT} + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + ${useSslForIT} @@ -260,18 +270,6 @@ - - org.apache.maven.plugins - maven-failsafe-plugin - - - - org.apache.accumulo.test.functional.useSslForIT - ${useSslForIT} - - - -