Skip to content

Commit

Permalink
Exclude data-node downloads from assembly (#14825)
Browse files Browse the repository at this point in the history
Also add data-node/bin to .gitignore.
  • Loading branch information
janheise authored Mar 1, 2023
1 parent 9532a75 commit e2b8d57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ dependency-reduced-pom.xml

**/hs_err_pid*.log

data-node/bin/*
3 changes: 3 additions & 0 deletions data-node-distribution/src/main/assembly/datanode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<includes>
<include>*/**</include>
</includes>
<excludes>
<exclude>download/*</exclude>
</excludes>
</fileSet>
<fileSet>
<directory>${project.basedir}/../data-node/target/lib</directory>
Expand Down

0 comments on commit e2b8d57

Please sign in to comment.