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 3C21F200B61 for ; Mon, 25 Jul 2016 21:59:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3ADD5160A7D; Mon, 25 Jul 2016 19:59:52 +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 40E85160A67 for ; Mon, 25 Jul 2016 21:59:51 +0200 (CEST) Received: (qmail 61759 invoked by uid 500); 25 Jul 2016 19:59:50 -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 61746 invoked by uid 99); 25 Jul 2016 19:59:50 -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; Mon, 25 Jul 2016 19:59:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 44472E0100; Mon, 25 Jul 2016 19:59:50 +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: Mon, 25 Jul 2016 19:59:50 -0000 Message-Id: <15889dd8b10c4f50bffb99a85d846621@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/6] accumulo git commit: ACCUMULO-4390 Remove directory assembly profile archived-at: Mon, 25 Jul 2016 19:59:52 -0000 Repository: accumulo Updated Branches: refs/heads/1.7 9ad71110d -> 5b80b2a4d refs/heads/1.8 6cc07fa63 -> 2a373da9e refs/heads/master 976854c6a -> 987d2c018 ACCUMULO-4390 Remove directory assembly profile * Remove another unneeded profile, assembly property. * Fixup source-release tarball profile so that it gets properly detached and renamed with only the apache-release profile activated. * Fix warnings from native directory assembly about being unable to attach. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5b80b2a4 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/5b80b2a4 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/5b80b2a4 Branch: refs/heads/1.7 Commit: 5b80b2a4d0977d07117ca00f1c5449c39c9084c9 Parents: 9ad7111 Author: Christopher Tubbs Authored: Mon Jul 25 15:07:08 2016 -0400 Committer: Christopher Tubbs Committed: Mon Jul 25 15:38:50 2016 -0400 ---------------------------------------------------------------------- assemble/pom.xml | 21 --------------- assemble/src/main/assemblies/dev-directory.xml | 27 -------------------- pom.xml | 4 +++ server/native/pom.xml | 15 +++++++++++ .../native/src/main/assemblies/native-dir.xml | 27 ++++++++++++++++++++ .../src/main/assemblies/native-tarball.xml | 1 - 6 files changed, 46 insertions(+), 49 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/5b80b2a4/assemble/pom.xml ---------------------------------------------------------------------- diff --git a/assemble/pom.xml b/assemble/pom.xml index 4bb937c..6d5b611 100644 --- a/assemble/pom.xml +++ b/assemble/pom.xml @@ -26,10 +26,6 @@ pom Apache Accumulo Apache Accumulo packages. - - ${project.build.directory} - .. - com.beust @@ -265,23 +261,6 @@ maven-assembly-plugin - directory-assembly - - single - - package - - ${project.build.finalName} - ${DEV_ACCUMULO_HOME} - - dir - - - src/main/assemblies/dev-directory.xml - - - - binary-assembly single http://git-wip-us.apache.org/repos/asf/accumulo/blob/5b80b2a4/assemble/src/main/assemblies/dev-directory.xml ---------------------------------------------------------------------- diff --git a/assemble/src/main/assemblies/dev-directory.xml b/assemble/src/main/assemblies/dev-directory.xml deleted file mode 100644 index 1c1de08..0000000 --- a/assemble/src/main/assemblies/dev-directory.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - dev - - dir - - - src/main/assemblies/component.xml - - http://git-wip-us.apache.org/repos/asf/accumulo/blob/5b80b2a4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b9b2168..0f57f62 100644 --- a/pom.xml +++ b/pom.xml @@ -1254,6 +1254,10 @@ true true + + + + apache-release http://git-wip-us.apache.org/repos/asf/accumulo/blob/5b80b2a4/server/native/pom.xml ---------------------------------------------------------------------- diff --git a/server/native/pom.xml b/server/native/pom.xml index b984110..b524299 100644 --- a/server/native/pom.xml +++ b/server/native/pom.xml @@ -77,6 +77,21 @@ maven-assembly-plugin + assemble-native-directory + + single + + package + + false + false + ${project.build.finalName} + + src/main/assemblies/native-dir.xml + + + + assemble-native-tarball single http://git-wip-us.apache.org/repos/asf/accumulo/blob/5b80b2a4/server/native/src/main/assemblies/native-dir.xml ---------------------------------------------------------------------- diff --git a/server/native/src/main/assemblies/native-dir.xml b/server/native/src/main/assemblies/native-dir.xml new file mode 100644 index 0000000..52d3245 --- /dev/null +++ b/server/native/src/main/assemblies/native-dir.xml @@ -0,0 +1,27 @@ + + + + src + + dir + + + src/main/assemblies/component.xml + + http://git-wip-us.apache.org/repos/asf/accumulo/blob/5b80b2a4/server/native/src/main/assemblies/native-tarball.xml ---------------------------------------------------------------------- diff --git a/server/native/src/main/assemblies/native-tarball.xml b/server/native/src/main/assemblies/native-tarball.xml index 1d1480b..7b3f5c4 100644 --- a/server/native/src/main/assemblies/native-tarball.xml +++ b/server/native/src/main/assemblies/native-tarball.xml @@ -19,7 +19,6 @@ xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> src - dir tar.gz