[ 
https://issues.apache.org/jira/browse/HBASE-6320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13406099#comment-13406099
 ] 

stack commented on HBASE-6320:
------------------------------

bq. I think we should make assembly:single work.

You can't have that.  mvn won't let you.

Here is the back and forth between myself and Jesse that ended up w/ our going 
assembly:assembly:

https://issues.apache.org/jira/browse/HBASE-6145?focusedCommentId=13287772&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13287772

If you keep reading, you'll see Jesse pushing for assembly:single and my 
pushing back because on digging, you'd have to go a broke path to get it 
working with maven (would need an hbase-assembly module ... 

Here is where I do a bit of detail: 
https://issues.apache.org/jira/browse/HBASE-6145?focusedCommentId=13288037&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13288037

Here we doc that you have to do assembly:assembly: 
http://hbase.apache.org/book.html#build.tgz

Given the above, I think we should close out this issue Jimmy.
                
> 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

        

Reply via email to