Resolve "Question: does the "standalone" JAR need to be in the assembly ZIP?"

This commit is contained in:
Philip Helger 2026-01-27 16:26:46 +01:00
parent c29dd78b48
commit f43f0d32ac
2 changed files with 6 additions and 1 deletions

View file

@ -20,6 +20,10 @@
<includes>
<include>validator-*.jar</include>
</includes>
<!-- excludes always win over includes if both patterns match -->
<excludes>
<exclude>*standalone.jar</exclude>
</excludes>
</fileSet>
</fileSets>