..."I am trying to reduce the size of fat jar."...
Depending on your project, you might be interested in the
maven-shade-plugin minimizeJar option[1] (e.g. reflection is not detected)
Robert
[1]
https://maven.apache.org/plugins/maven-shade-plugin/shade-mojo.html#minimizeJar
On Wed, 20 Feb 2019 16:44:00 +0100, Debraj Manna
<subharaj.ma...@gmail.com> wrote:
I have a fat jar created using maven 3.5.
I am trying to reduce the size of fat jar. Can someone let me know how I
can determine the size of the larger dependencies? If a dependency A
brings
in B & C . Then the size of A should be the sum of the size of A, B & C.
Is there a way to do this in maven 3.5 ?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org