3 ms·
I personally use the maven-shade-plugin for this because it has built-in support for handling special resource files like licenses, service definitions, and man
by gresrun 13y ago
I personally use the maven-shade-plugin for this because it has built-in support for handling special resource files like licenses, service definitions, and manifest entries.
- agibsonccc 13y agoThe maven shade plugin can be dangerous if you hit the zip file limit of 65535 entries. Watch your filters.