- Added an exclusion to the license check plugin as on Jenkins we stage SNAPSHOTS inside a local directory.

This commit is contained in:
Christofer Dutz 2019-01-21 10:25:49 +01:00
parent a1e096c668
commit a4d1bc98e3
1 changed files with 2 additions and 0 deletions

View File

@ -302,6 +302,8 @@
<exclude>License</exclude>
<exclude>asf.header</exclude>
<exclude>**/iotdb/data/</exclude>
<!-- Used on Jenkins -->
<exclude>local-snapshots-dir/**</exclude>
</excludes>
</configuration>
<executions>