Jimmy Xiang created HBASE-6320:
----------------------------------
Summary: assembly:single doesn't work after modularization
Key: HBASE-6320
URL: https://issues.apache.org/jira/browse/HBASE-6320
Project: HBase
Issue Type: Bug
Components: build
Affects Versions: 0.96.0
Reporter: Jimmy Xiang
After modularization, the command to build the tarball on wiki:
http://wiki.apache.org/hadoop/Hbase/HowToRelease
mvn clean site install assembly:single
Doesn't work any more.
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-assembly-plugin:2.3:single (default-cli) on
project hbase: Failed to create assembly: Artifact:
org.apache.hbase:hbase-common:jar:0.95-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]
Matteo told me we have to use
mvn -DskipTests package assembly:assembly
I think we should make assembly:single work.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira