fix rat report configuration
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1451553 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d7ac6963d6
commit
1e43e0e87f
13
pom.xml
13
pom.xml
|
@ -541,6 +541,7 @@
|
|||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
</build>
|
||||
|
||||
<reporting>
|
||||
|
@ -609,6 +610,18 @@
|
|||
<artifactId>javancss-maven-plugin</artifactId>
|
||||
<version>2.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.rat</groupId>
|
||||
<artifactId>apache-rat-plugin</artifactId>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>site-content/**</exclude>
|
||||
<exclude>src/site/resources/download_lang.cgi</exclude>
|
||||
<exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
|
||||
<exclude>src/test/resources/lang-708-input.txt</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
|
||||
|
|
Loading…
Reference in New Issue