mirror of https://github.com/apache/archiva.git
fix some issues reported by rat check
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1356460 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a116e45603
commit
fa482ee505
|
@ -666,7 +666,25 @@
|
|||
</resource>
|
||||
</resources>
|
||||
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.rat</groupId>
|
||||
<artifactId>apache-rat-plugin</artifactId>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>src/main/webapp/css/*.css</exclude>
|
||||
<exclude>src/main/webapp/js/*.js</exclude>
|
||||
<exclude>src/site/resources/css/*.css</exclude>
|
||||
<exclude>src/site/resources/js/*.js</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
|
||||
<plugins>
|
||||
|
||||
<!-- commented as not needed now
|
||||
<plugin>
|
||||
<groupId>com.samaxes.maven</groupId>
|
||||
|
|
Loading…
Reference in New Issue