mirror of https://github.com/apache/maven.git
rat:check fails when building from hudson
Signed-off-by: Igor Fedorenko <ifedorenko@apache.org>
This commit is contained in:
parent
faa29dee78
commit
830d9cc280
1
pom.xml
1
pom.xml
|
@ -557,6 +557,7 @@
|
||||||
<exclude>bootstrap/**</exclude>
|
<exclude>bootstrap/**</exclude>
|
||||||
<exclude>README.bootstrap.txt</exclude>
|
<exclude>README.bootstrap.txt</exclude>
|
||||||
<exclude>.repository/**</exclude> <!-- jenkins with local maven repository -->
|
<exclude>.repository/**</exclude> <!-- jenkins with local maven repository -->
|
||||||
|
<exclude>.maven/spy.log</exclude> <!-- hudson maven3 integration log -->
|
||||||
</excludes>
|
</excludes>
|
||||||
<!-- maven-parent:24 sets ignore errors, but core is ahead -->
|
<!-- maven-parent:24 sets ignore errors, but core is ahead -->
|
||||||
<ignoreErrors>false</ignoreErrors>
|
<ignoreErrors>false</ignoreErrors>
|
||||||
|
|
Loading…
Reference in New Issue