added README.md to rat excludes

This commit is contained in:
Hervé Boutemy 2016-05-28 21:14:54 +02:00
parent cfbad56f65
commit 9d432fb515
1 changed files with 1 additions and 0 deletions

View File

@ -581,6 +581,7 @@ under the License.
<exclude>.repository/**</exclude> <!-- jenkins with local maven repository -->
<exclude>.maven/spy.log</exclude> <!-- hudson maven3 integration log -->
<exclude>.java-version</exclude>
<exclude>README.md</exclude>
</excludes>
</configuration>
</plugin>