Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B1CF8200B0F for ; Fri, 3 Jun 2016 04:21:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B0167160A51; Fri, 3 Jun 2016 02:21:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E89EE160A53 for ; Fri, 3 Jun 2016 04:21:06 +0200 (CEST) Received: (qmail 2538 invoked by uid 500); 3 Jun 2016 02:21:01 -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 2391 invoked by uid 99); 3 Jun 2016 02:21:01 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2016 02:21:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D82B2E2F35; Fri, 3 Jun 2016 02:21:00 +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: Fri, 03 Jun 2016 02:21:04 -0000 Message-Id: <0b5a1418584440259301306f125f9d75@git.apache.org> In-Reply-To: <9b91425479ab4bc1a55e58180363977d@git.apache.org> References: <9b91425479ab4bc1a55e58180363977d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/19] accumulo git commit: ACCUMULO-4321 Only seal jars on release archived-at: Fri, 03 Jun 2016 02:21:07 -0000 ACCUMULO-4321 Only seal jars on release Skip jar sealing under normal builds by default, so integration tests don't generate sealing violation errors. Seal jars in the release profile. This is a quick fix. The long-term fix is to ensure any integration and/or performance tests are in distinct packages so they can be run even with released jars. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/14959351 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/14959351 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/14959351 Branch: refs/heads/master Commit: 149593517d822e06b103c6db9b49eb2707b053ce Parents: 63a8a5d Author: Christopher Tubbs Authored: Thu Jun 2 18:42:54 2016 -0400 Committer: Christopher Tubbs Committed: Thu Jun 2 18:42:54 2016 -0400 ---------------------------------------------------------------------- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/14959351/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c1494d7..04df37d 100644 --- a/pom.xml +++ b/pom.xml @@ -139,6 +139,7 @@ 1.6.4 false + false 1.7.5 source-release-tar @@ -613,7 +614,7 @@ - true + ${sealJars} ${mvngit.commit.id} @@ -1163,6 +1164,7 @@ true true + true true true