mirror of https://github.com/apache/maven.git
need to ensure that the local maven repo is not picked up by rat on jenkins
This commit is contained in:
parent
c8acb7a382
commit
453d2b7980
1
pom.xml
1
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue