Hi Phil,
I used the version 0.11 of RAT. Please do find the plugin configuration
below. I had to exclude files which are not identified by RAT plugin in
order to successfully build.
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.11</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>check</goal>
</goals>
<configuration>
<excludes>
<exclude>**/css/treeview.css</exclude>
<exclude>**/js/yuiloader-min.js</exclude>
<exclude>**/js/tinyxmlw3cdom.js</exclude>
<exclude>**/js/element-min.js</exclude>
<exclude>**/js/tinyxmlsax.js</exclude>
<exclude>**/js/treeview-debug.js</exclude>
<exclude>**/js/logger-min.js</exclude>
<exclude>**/js/dom-min.js</exclude>
<exclude>**/js/event-min.js</exclude>
<exclude>**/js/json.js</exclude>
</excludes>
</configuration>
</execution>
</executions>
</plugin>
Thanks!
Rajith