[
https://issues.apache.org/jira/browse/GERONIMO-5750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Forrest Xia updated GERONIMO-5750:
----------------------------------
Fix Version/s: (was: 2.1.8)
(was: 2.2.2)
(was: 3.0)
> override rat plugin to exclude the files we won't need to scan to make the
> rat:check result cleaner.
> ----------------------------------------------------------------------------------------------------
>
> Key: GERONIMO-5750
> URL: https://issues.apache.org/jira/browse/GERONIMO-5750
> Project: Geronimo
> Issue Type: Improvement
> Security Level: public(Regular issues)
> Reporter: Shawn Jiang
>
> We should override rat plugin to exclude the files we won't need to scan to
> make the rat:check result cleaner.
> <plugin>
> <groupId>org.apache.rat</groupId>
> <artifactId>apache-rat-plugin</artifactId>
> <version>0.7</version>
> <configuration>
> <includes>
> <include>src/**/*</include>
> <include>pom.xml</include>
> </includes>
> <excludes>
> <exclude>**/*/emptyfile1</exclude>
> <exclude>**/*/goals.txt</exclude>
> <exclude>**/*/hello.txt</exclude>
> <exclude>**/*/RELEASE_NOTES-*.txt</exclude>
> <exclude>**/*/MANIFEST.MF</exclude>
> <exclude>.git</exclude>
> <exclude>.gitignore</exclude>
> </excludes>
> </configuration>
> <executions>
> <execution>
> <phase>verify</phase>
> <goals>
> <goal>check</goal>
> </goals>
> </execution>
> </executions>
> </plugin>
--
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