Open berndmoos opened 10 months ago
I can use excludes like so:
<excludes>
<exclude>**/data/**</exclude>
<exclude>**/scripts/**</exclude>
</excludes>
This will reduce JAR size from 15MB to 1MB. Is that enough? Or are there specific other things we would like to exclude?
Cannot exclude all /data/ because (e.g.) data/pos/STTS_2.0.xml will then be missing (needed for interface)
Includes are currently too restrictive