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 C61E3E63E for ; Thu, 7 Mar 2013 14:16:15 +0000 (UTC) Received: (qmail 21540 invoked by uid 500); 7 Mar 2013 14:16:14 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 21251 invoked by uid 500); 7 Mar 2013 14:16:14 -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 20871 invoked by uid 99); 7 Mar 2013 14:16:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Mar 2013 14:16:13 +0000 Date: Thu, 7 Mar 2013 14:16:13 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-8023) Assembly target fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Andrew Purtell created HBASE-8023: ------------------------------------- Summary: Assembly target fails Key: HBASE-8023 URL: https://issues.apache.org/jira/browse/HBASE-8023 Project: HBase Issue Type: Bug Affects Versions: 0.95.0, 0.96.0 Reporter: Andrew Purtell The assembly target fails when using the 2.0 Hadoop profile (at least). {noformat} mvn -DskipTests -Dhadoop.profile=2.0 clean install site assembly:assembly [...] [INFO] --- maven-assembly-plugin:2.3:assembly (default-cli) @ hbase --- [INFO] Reading assembly descriptor: src/assembly/hadoop-two-compat.xml [WARNING] [DEPRECATION] moduleSet/binaries section detected in root-project assembly. MODULE BINARIES MAY NOT BE AVAILABLE FOR THIS ASSEMBLY! To refactor, move this assembly into a child project and use the flag true in each moduleSet. [INFO] Processing sources for module project: org.apache.hbase:hbase-common:jar:0.97-SNAPSHOT [INFO] Processing sources for module project: org.apache.hbase:hbase-protocol:jar:0.97-SNAPSHOT [INFO] Processing sources for module project: org.apache.hbase:hbase-client:jar:0.97-SNAPSHOT [INFO] Processing sources for module project: org.apache.hbase:hbase-prefix-tree:jar:0.97-SNAPSHOT [INFO] Processing sources for module project: org.apache.hbase:hbase-hadoop-compat:jar:0.97-SNAPSHOT [INFO] Processing sources for module project: org.apache.hbase:hbase-hadoop2-compat:jar:0.97-SNAPSHOT [INFO] Processing sources for module project: org.apache.hbase:hbase-server:jar:0.97-SNAPSHOT [INFO] Processing sources for module project: org.apache.hbase:hbase-it:jar:0.97-SNAPSHOT [INFO] Processing sources for module project: org.apache.hbase:hbase-examples:jar:0.97-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] HBase ............................................. FAILURE [15.877s] [INFO] HBase - Common .................................... SUCCESS [4.633s] [INFO] HBase - Protocol .................................. SUCCESS [2.629s] [INFO] HBase - Client .................................... SUCCESS [2.901s] [INFO] HBase - Prefix Tree ............................... SUCCESS [3.085s] [INFO] HBase - Hadoop Compatibility ...................... SUCCESS [2.647s] [INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [2.005s] [INFO] HBase - Server .................................... SUCCESS [1.888s] [INFO] HBase - Integration Tests ......................... SUCCESS [6.917s] [INFO] HBase - Examples .................................. SUCCESS [2.815s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6:41.503s [INFO] Finished at: Thu Mar 07 22:14:08 CST 2013 [INFO] Final Memory: 67M/448M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.3:assembly (default-cli) on project hbase: Failed to create assembly: Artifact: org.apache.hbase:hbase-common:jar:0.97-SNAPSHOT (included by module) does not have an artifact with a file. Please ensure the package phase is run before the assembly is generated. -> [Help 1] {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira