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

Eric Yang commented on HBASE-4447:
----------------------------------

Maven requires fixed <version> number, or the maven repository will be tainted 
with ${hbase.version} instead of 0.92.x.  The proper method to control version 
number is to use Versions Maven Plugin.  see: 

http://mojo.codehaus.org/versions-maven-plugin/

This patch should be reverted.
                
> Allow hbase.version to be passed in as command-line argument
> ------------------------------------------------------------
>
>                 Key: HBASE-4447
>                 URL: https://issues.apache.org/jira/browse/HBASE-4447
>             Project: HBase
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.92.0
>            Reporter: Joep Rottinghuis
>            Assignee: Joep Rottinghuis
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4447-0.92.patch
>
>
> Currently the build always produces the jars and tarball according to the 
> version baked into the POM.
> When we modify this to allow the version to be passed in as a command-line 
> argument, it can still default to the same behavior, yet give the flexibility 
> for an internal build to tag on own version.

--
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