RAT checks are invoked in the verify phase and are not run during a 'mvn package' command. To run RAT checks, need to do 'mvn verify -DskipTests'. Alternately, a later phase such as 'mvn install' can also be used. Please remember to do this before you submit a patch as well as before committing.
Thanks. Shreepadma
