Add an exclude for Rat.

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1626498 13f79535-47bb-0310-9956-ffa450edef68
master
Dennis Lundberg 2014-09-20 21:28:39 +00:00
parent 1190048b92
commit 045ab59621
1 changed files with 14 additions and 0 deletions

View File

@ -190,6 +190,20 @@
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
<!-- This file should exactly match the output of this project -->
<exclude>src/it/help-basic/expected-help.txt</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.modello</groupId>