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:
Clebert Suconic 2020-04-28 17:09:44 -04:00
parent 1397c14b27
commit ea437db530
1 changed files with 1 additions and 0 deletions

View File

@ -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>