Skip to content

Commit da816e2

Browse files
committed
Exclude more files from the dist package
1 parent fdadc44 commit da816e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

distribution/src/main/assembly/dist.xml

+4
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@
111111
<exclude>**/performance/hibernate-validator.log</exclude>
112112
<exclude>**/performance/dependency-reduced-pom.xml</exclude>
113113
<exclude>**/.cache/**</exclude>
114+
<exclude>Jenkinsfile</exclude>
115+
<exclude>jenkins/**</exclude>
116+
<exclude>.mvn/.develocity/**</exclude>
117+
<exclude>.github/**</exclude>
114118
</excludes>
115119
</fileSet>
116120

0 commit comments

Comments
 (0)