need to ensure that the local maven repo is not picked up by rat on jenkins

This commit is contained in:
Stephen Connolly 2014-02-18 12:46:35 +00:00
parent c8acb7a382
commit 453d2b7980
1 changed files with 1 additions and 0 deletions

View File

@ -538,6 +538,7 @@
<excludes combine.children="append">
<exclude>bootstrap/**</exclude>
<exclude>README.bootstrap.txt</exclude>
<exclude>.repository/**</exclude> <!-- jenkins with local maven repository -->
</excludes>
<!-- maven-parent:24 sets ignore errors, but core is ahead -->
<ignoreErrors>false</ignoreErrors>