You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2013/03/07 15:16:13 UTC

[jira] [Created] (HBASE-8023) Assembly target fails

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 <useAllReactorProjects>true</useAllReactorProjects> 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