Exclude data-node downloads from assembly (#14825)

Also add data-node/bin to .gitignore.
This commit is contained in:
Jan Heise
2023-03-01 11:22:59 +01:00
committed by GitHub
parent 9532a75a3d
commit e2b8d57add
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@@ -40,3 +40,4 @@ dependency-reduced-pom.xml
**/hs_err_pid*.log
data-node/bin/*

View File

@@ -24,6 +24,9 @@
<includes>
<include>*/**</include>
</includes>
<excludes>
<exclude>download/*</exclude>
</excludes>
</fileSet>
<fileSet>
<directory>${project.basedir}/../data-node/target/lib</directory>