[
https://issues.apache.org/jira/browse/HBASE-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048802#comment-13048802
]
Alejandro Abdelnur commented on HBASE-3980:
-------------------------------------------
The project jar is generated on the 'package' lifecycle phase. And the
'install' lifecycle phase comes after 'package'.
The solution I'm entertaining is to use a Maven profile (enabled by -DmakeTar
option) that will generate the tar in the 'package' lifecycle.
By default that profile would be disabled and not TAR would be generated if
doing a mvn package/install/deploy (just the JAR).
> assembly should not be bound to package lifecycle
> -------------------------------------------------
>
> Key: HBASE-3980
> URL: https://issues.apache.org/jira/browse/HBASE-3980
> Project: HBase
> Issue Type: Improvement
> Components: build
> Reporter: Alejandro Abdelnur
>
> The current binding slows down significantly tasks like 'mvn install' when
> you just want to push hbase JAR to the local maven cache.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira