[
https://issues.apache.org/jira/browse/HBASE-5363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204687#comment-13204687
]
Jonathan Hsieh commented on HBASE-5363:
---------------------------------------
Stack. I see but I believe the part that I want to add is the part that
executes it (executions section) and fails the tarballs are built ('mvn
package').
{code}
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.8</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
{code}
> Add rat check to run automatically on mvn build.
> ------------------------------------------------
>
> Key: HBASE-5363
> URL: https://issues.apache.org/jira/browse/HBASE-5363
> Project: HBase
> Issue Type: Improvement
> Components: build
> Affects Versions: 0.90.5, 0.92.0
> Reporter: Jonathan Hsieh
>
> Some of the recent hbase release failed rat checks (mvn rat:check). We
> should add checks likely in the mvn package phase so that this becomes a
> non-issue in the future.
> Here's an example from Whirr:
> https://github.com/apache/whirr/blob/trunk/pom.xml line 388 for an example.
--
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