Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C7A98D345 for ; Wed, 5 Dec 2012 01:08:12 +0000 (UTC) Received: (qmail 59190 invoked by uid 500); 5 Dec 2012 01:08:12 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 59124 invoked by uid 500); 5 Dec 2012 01:08:12 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 59116 invoked by uid 99); 5 Dec 2012 01:08:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2012 01:08:12 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ghelmling@gmail.com designates 209.85.220.169 as permitted sender) Received: from [209.85.220.169] (HELO mail-vc0-f169.google.com) (209.85.220.169) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2012 01:08:05 +0000 Received: by mail-vc0-f169.google.com with SMTP id gb23so4624644vcb.14 for ; Tue, 04 Dec 2012 17:07:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=iL7LKVecURUpDwcTDXV/Or2DQfcph7RMPvhKdimnZ+I=; b=WHyqugGVGqcq/WR+WWK/NY26H6esYMEUUEBY4pwQoW4WSVQZYVMGmRZQQSTYcC/1Pq 1Y4O8Be1K2/evOD4dJddxUGGphaogOZ4uhZ1sc4pbd+5PhZebqZG8YBioQsHMis3t5Ax d6S8IQoh9iwOr0qpLG0rzeFfvYnQIM5Qys3hJQeOdQypdZOIfJEoUfq2qaznUcMQHzAR GnctimvGLbh9/5j2ZSDj/KpYBTip8HN3hC5M9D8fOuAxXSuohLPNxB37vSuA72oefDFQ vkJnCCZNaskgcuegiaBURC42o8lGWdEo3qJvocJOYb3x1wuSY1Prb5ga3Pp/F+ZvP6+V YR2Q== MIME-Version: 1.0 Received: by 10.52.92.43 with SMTP id cj11mr11485040vdb.33.1354669664534; Tue, 04 Dec 2012 17:07:44 -0800 (PST) Received: by 10.58.94.109 with HTTP; Tue, 4 Dec 2012 17:07:44 -0800 (PST) In-Reply-To: References: Date: Tue, 4 Dec 2012 17:07:44 -0800 Message-ID: Subject: Re: unable to generate assembly using trunk From: Gary Helmling To: "dev@hbase.apache.org" Cc: Ted Yu Content-Type: multipart/alternative; boundary=20cf3071cf3a24809e04d0109c49 X-Virus-Checked: Checked by ClamAV on apache.org --20cf3071cf3a24809e04d0109c49 Content-Type: text/plain; charset=ISO-8859-1 Yep, my bad. I provided the faulty command line. mvn package assembly:assembly seems to be what's needed. FWIW, http://maven.apache.org/plugins/maven-assembly-plugin/ states that "The main goal in the assembly plugin is the single goal. It is used to create all assemblies. *All other goals are deprecated and will be removed in a future release."* On Tue, Dec 4, 2012 at 4:59 PM, Andrew Purtell wrote: > assembly:assembly worked for me. > > ---------- Forwarded message ---------- > From: *Ted Yu* > Date: Wednesday, December 5, 2012 > Subject: unable to generate assembly using trunk > To: dev@hbase.apache.org > > > Hi, > Using this command: mvn package assembly:single -DskipTests > I got: > > INFO] HBase ............................................. FAILURE [20.459s] > [INFO] HBase - Common .................................... SKIPPED > [INFO] HBase - Protocol .................................. SKIPPED > [INFO] HBase - Client .................................... SKIPPED > [INFO] HBase - Hadoop Compatibility ...................... SKIPPED > [INFO] HBase - Hadoop One Compatibility .................. SKIPPED > [INFO] HBase - Server .................................... SKIPPED > [INFO] HBase - Hadoop Two Compatibility .................. SKIPPED > [INFO] HBase - Integration Tests ......................... SKIPPED > [INFO] HBase - Examples .................................. SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 21.037s > [INFO] Finished at: Tue Dec 04 16:23:04 PST 2012 > [INFO] Final Memory: 19M/81M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-assembly-plugin:2.3:single (default-cli) on > project hbase: Failed to create assembly: Unable to resolve dependencies > for assembly 'all': Failed to resolve dependencies for assembly: Missing: > [ERROR] ---------- > [ERROR] 1) org.apache.hbase:hbase-client:jar:0.95-SNAPSHOT > [ERROR] > [ERROR] Try downloading the file manually from the project website. > [ERROR] > [ERROR] Then, install it using the command: > [ERROR] mvn install:install-file -DgroupId=org.apache.hbase > -DartifactId=hbase-client -Dversion=0.95-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file > [ERROR] > [ERROR] Alternatively, if you host your own repository you can deploy the > file there: > [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.hbase > -DartifactId=hbase-client -Dversion=0.95-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > [ERROR] > [ERROR] Path to dependency: > [ERROR] 1) org.apache.hbase:hbase:pom:0.95-SNAPSHOT > [ERROR] 2) org.apache.hbase:hbase-client:jar:0.95-SNAPSHOT > [ERROR] > [ERROR] 2) org.apache.hbase:hbase-hadoop1-compat:jar:0.95-SNAPSHOT > [ERROR] > [ERROR] Try downloading the file manually from the project website. > [ERROR] > [ERROR] Then, install it using the command: > [ERROR] mvn install:install-file -DgroupId=org.apache.hbase > -DartifactId=hbase-hadoop1-compat -Dversion=0.95-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file > [ERROR] > [ERROR] Alternatively, if you host your own repository you can deploy the > file there: > [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.hbase > -DartifactId=hbase-hadoop1-compat -Dversion=0.95-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > [ERROR] > [ERROR] Path to dependency: > [ERROR] 1) org.apache.hbase:hbase:pom:0.95-SNAPSHOT > [ERROR] 2) org.apache.hbase:hbase-hadoop1-compat:jar:0.95-SNAPSHOT > [ERROR] > [ERROR] 3) org.apache.hbase:hbase-protocol:jar:0.95-SNAPSHOT > [ERROR] > [ERROR] Try downloading the file manually from the project website. > [ERROR] > [ERROR] Then, install it using the command: > [ERROR] mvn install:install-file -DgroupId=org.apache.hbase > -DartifactId=hbase-protocol -Dversion=0.95-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file > [ERROR] > [ERROR] Alternatively, if you host your own repository you can deploy the > file there: > [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.hbase > -DartifactId=hbase-protocol -Dversion=0.95-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > [ERROR] > [ERROR] Path to dependency: > [ERROR] 1) org.apache.hbase:hbase:pom:0.95-SNAPSHOT > [ERROR] 2) org.apache.hbase:hbase-protocol:jar:0.95-SNAPSHOT > [ERROR] > [ERROR] 4) org.apache.hbase:hbase-hadoop-compat:jar:0.95-SNAPSHOT > [ERROR] > [ERROR] Try downloading the file manually from the project website. > [ERROR] > [ERROR] Then, install it using the command: > [ERROR] mvn install:install-file -DgroupId=org.apache.hbase > -DartifactId=hbase-hadoop-compat -Dversion=0.95-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file > [ERROR] > [ERROR] Alternatively, if you host your own repository you can deploy the > file there: > [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.hbase > -DartifactId=hbase-hadoop-compat -Dversion=0.95-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > [ERROR] > [ERROR] Path to dependency: > [ERROR] 1) org.apache.hbase:hbase:pom:0.95-SNAPSHOT > [ERROR] 2) org.apache.hbase:hbase-hadoop-compat:jar:0.95-SNAPSHOT > [ERROR] > [ERROR] ---------- > [ERROR] 4 required artifacts are missing. > [ERROR] > [ERROR] for artifact: > [ERROR] org.apache.hbase:hbase:pom:0.95-SNAPSHOT > [ERROR] > > FYI > > > > -- > Best regards, > > - Andy > > Problems worthy of attack prove their worth by hitting back. - Piet Hein > (via Tom White) > --20cf3071cf3a24809e04d0109c49--