Skip to content

Commit

Permalink
ATLAS-4714: exclude downloaded/generated files from source package
Browse files Browse the repository at this point in the history
  • Loading branch information
mneethiraj committed Nov 28, 2022
1 parent 195ba5b commit 4cd215e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions distro/src/main/assemblies/src-package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4cd215e

Please sign in to comment.