mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Resolve "Question: does the "standalone" JAR need to be in the assembly ZIP?"
This commit is contained in:
parent
c29dd78b48
commit
f43f0d32ac
2 changed files with 6 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue