You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by apurtell <gi...@git.apache.org> on 2014/02/14 21:33:07 UTC

[GitHub] incubator-phoenix pull request: PHOENIX-46. Use Apache Rat for rel...

GitHub user apurtell opened a pull request:

    https://github.com/apache/incubator-phoenix/pull/6

    PHOENIX-46. Use Apache Rat for release compliance checking

    Adds a new profile 'release' that should be activated when generating release tarballs:
    
        # mvn -Prelease clean package ...
    
    This profile will run Apache Rat for release licensing compliance checking. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/incubator-phoenix PHOENIX-46

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-phoenix/pull/6.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #6
    
----
commit 8827620c1fb84b14ae07e472a6d008c0d3d91c53
Author: Andrew Purtell <ap...@apache.org>
Date:   2014-02-14T20:31:11Z

    PHOENIX-46. Use Apache Rat for release compliance checking

----


[GitHub] incubator-phoenix pull request: PHOENIX-46. Use Apache Rat for rel...

Posted by JamesRTaylor <gi...@git.apache.org>.
Github user JamesRTaylor commented on the pull request:

    https://github.com/apache/incubator-phoenix/pull/6#issuecomment-35122907
  
    +1. Thanks for this, Andrew.