ATLAS-4714: exclude downloaded/generated files from source package

(cherry picked from commit 4cd215e1e2a04acbcd8afe6af95f43c4979202f1)
This commit is contained in:
Madhan Neethiraj 2022-11-22 13:39:49 -08:00
parent e51e16aa3c
commit 70ae8c4742
1 changed files with 5 additions and 0 deletions

View File

@ -37,13 +37,18 @@
<exclude>**/*.log</exclude>
<exclude>**/*.pyc</exclude> <!-- python compiled executable -->
<exclude>**/test-output/**</exclude>
<exclude>distro/elasticsearch/**</exclude>
<exclude>distro/hbase/**</exclude>
<exclude>distro/solr/**</exclude>
<exclude>distro/zk/**</exclude>
<exclude>**/${sys:atlas.data}/**</exclude>
<exclude>**/atlas.data/**</exclude>
<exclude>**/*.patch</exclude>
<exclude>dashboardv2/node_modules/**</exclude>
<exclude>dashboardv3/node_modules/**</exclude>
<exclude>dev-support/atlas-docker/data/**</exclude>
<exclude>dev-support/atlas-docker/dist/**</exclude>
<exclude>dev-support/atlas-docker/downloads/**</exclude>
</excludes>
</fileSet>
</fileSets>