Date: 2025-08-04 15:58:17
Score: 0.5
Natty:
The maven shade plugin has a minimizeJar option.
This will:
- Inspect all classes on your classpath
- Filter out any classes not being used
- Create an uber jar from the required classes
See https://headcrashing.wordpress.com/2020/02/23/reducing-jar-footprint-with-maven-shade-plugin-3-2-2/
Reasons:
- Probably link only (1):
- Low length (1):
- No code block (0.5):
- High reputation (-2):
Posted by: lance-java