[
https://issues.apache.org/jira/browse/MADLIB-962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15139600#comment-15139600
]
Roman Shaposhnik commented on MADLIB-962:
-----------------------------------------
[~riyer] as for the version -- I took it from src/config/Version.yml Both will
have to be adjusted accordingly once we get to a point when we're cutting RCs.
As for how to use the pom.xml to invoke the RAT verification it is super easy:
{noformat}
$ export JAVA_HOME=`/usr/libexec/java_home`
$ export MAVEN_HOME=.../apache-maven-x.y.z
$ PATH=$JAVA_HOME/bin:$MAVEN_HOME/bin:$PATH
$ mvn verify
$ cat target/rat.txt
{noformat}
Please give it try to see if it works for you.
> Add LICENSE NOTICE and RAT checks to the project
> ------------------------------------------------
>
> Key: MADLIB-962
> URL: https://issues.apache.org/jira/browse/MADLIB-962
> Project: Apache MADlib
> Issue Type: Bug
> Components: Build System
> Reporter: Roman Shaposhnik
> Assignee: Roman Shaposhnik
>
> We need to add the usual triad before releasing the project.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)