79725138

Date: 2025-08-04 15:58:17
Score: 0.5
Natty:
Report link

The maven shade plugin has a minimizeJar option.

This will:

  1. Inspect all classes on your classpath
  2. Filter out any classes not being used
  3. 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