NO-JIRA ignoring .repository on ratReport
there's an option on Jenkins to use private repository, which will create the repo files under .repository this needs to be ignored
This commit is contained in:
parent
1397c14b27
commit
ea437db530
1
pom.xml
1
pom.xml
|
@ -1657,6 +1657,7 @@
|
||||||
<reportFile>${activemq.basedir}/ratReport.txt</reportFile>
|
<reportFile>${activemq.basedir}/ratReport.txt</reportFile>
|
||||||
<skip>${skipLicenseCheck}</skip>
|
<skip>${skipLicenseCheck}</skip>
|
||||||
<excludes>
|
<excludes>
|
||||||
|
<exclude>.repository/**</exclude>
|
||||||
<exclude>.travis.yml</exclude>
|
<exclude>.travis.yml</exclude>
|
||||||
<exclude>**/footer.html</exclude>
|
<exclude>**/footer.html</exclude>
|
||||||
<exclude>**/*.txt</exclude>
|
<exclude>**/*.txt</exclude>
|
||||||
|
|
Loading…
Reference in New Issue