Return-Path: X-Original-To: apmail-incubator-accumulo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-accumulo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 048379C12 for ; Mon, 30 Jan 2012 19:58:37 +0000 (UTC) Received: (qmail 11224 invoked by uid 500); 30 Jan 2012 19:58:36 -0000 Delivered-To: apmail-incubator-accumulo-commits-archive@incubator.apache.org Received: (qmail 11187 invoked by uid 500); 30 Jan 2012 19:58:36 -0000 Mailing-List: contact accumulo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: accumulo-dev@incubator.apache.org Delivered-To: mailing list accumulo-commits@incubator.apache.org Received: (qmail 11180 invoked by uid 99); 30 Jan 2012 19:58:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 19:58:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 19:58:35 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 261EA238899C; Mon, 30 Jan 2012 19:58:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1237952 - in /incubator/accumulo/trunk: README src/assemble/pom.xml Date: Mon, 30 Jan 2012 19:58:15 -0000 To: accumulo-commits@incubator.apache.org From: vines@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120130195815.261EA238899C@eris.apache.org> Author: vines Date: Mon Jan 30 19:58:14 2012 New Revision: 1237952 URL: http://svn.apache.org/viewvc?rev=1237952&view=rev Log: Fixes ACCUMUL-353 Modified: incubator/accumulo/trunk/README incubator/accumulo/trunk/src/assemble/pom.xml Modified: incubator/accumulo/trunk/README URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/README?rev=1237952&r1=1237951&r2=1237952&view=diff ============================================================================== --- incubator/accumulo/trunk/README (original) +++ incubator/accumulo/trunk/README Mon Jan 30 19:58:14 2012 @@ -8,7 +8,7 @@ However, if you only have source code, o have maven configured to get Accumulo prerequisites from repositories. See the pom.xml file for the necessary components. -Run "mvn package" +Run "mvn package -P assemble" If you are running on another Unix-like operating system (OSX, etc) then you may wish to build the native libraries. They are not strictly necessary @@ -20,7 +20,7 @@ but having them available suppresses a r 2. Deployment Copy the accumulo tar file produced by mvn package -from the target/ directory to the desired destination, then untar it (e.g. +from the src/assemble/target/ directory to the desired destination, then untar it (e.g. tar xvzf accumulo-1.5.0-incubating-SNAPSHOT-dist.tar.gz). If you are using the RPM, install the RPM on every machine that will run Modified: incubator/accumulo/trunk/src/assemble/pom.xml URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/assemble/pom.xml?rev=1237952&r1=1237951&r2=1237952&view=diff ============================================================================== --- incubator/accumulo/trunk/src/assemble/pom.xml (original) +++ incubator/accumulo/trunk/src/assemble/pom.xml Mon Jan 30 19:58:14 2012 @@ -89,25 +89,6 @@ - - maven-assembly-plugin - - ${project.parent.artifactId}-${project.version} - - src/assemble/dist.xml - - gnu - - - - distro-assembly - package - - single - - - - @@ -118,6 +99,32 @@ + assemble + + + + maven-assembly-plugin + + ${project.parent.artifactId}-${project.version} + + src/assemble/dist.xml + + gnu + + + + distro-assembly + package + + single + + + + + + + + dist