mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-25 20:18:31 +00:00
pom.xml: move rat configuration from reporting to build section, so that it also works outside the site life-cycle
This commit is contained in:
parent
df6474ed2b
commit
41cec319b5
20
pom.xml
20
pom.xml
@ -544,6 +544,16 @@
|
||||
<tarLongFileMode>gnu</tarLongFileMode>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.rat</groupId>
|
||||
<artifactId>apache-rat-plugin</artifactId>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>site-content/**/*</exclude>
|
||||
<exclude>src/test/resources/data/test/*</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>${checkstyle.version}</version>
|
||||
@ -644,16 +654,6 @@
|
||||
</reportSet>
|
||||
</reportSets>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.rat</groupId>
|
||||
<artifactId>apache-rat-plugin</artifactId>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>site-content/**/*</exclude>
|
||||
<exclude>src/test/resources/data/test/*</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user