Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
However, the output file is much bigger
$ls -lh ratis-assembly/target/apache-ratis-3.0.0-SNAPSHOT-bin.tar.gz -rw-r--r-- 1 szetszwo staff 40M Aug 8 21:36 ratis-assembly/target/apache-ratis-3.0.0-SNAPSHOT-bin.tar.gz
A reason is that there are two jars
$ls -lh apache-ratis-3.0.0-SNAPSHOT-bin/examples/lib/ total 42872 -rw-r--r-- 1 szetszwo staff 21M Jan 22 2020 ratis-examples-3.0.0-SNAPSHOT.jar $ls -lh apache-ratis-3.0.0-SNAPSHOT-bin/ratis-shell/lib/shell/ total 42296 -rw-r--r-- 1 szetszwo staff 21M Jan 22 2020 ratis-shell-3.0.0-SNAPSHOT-jar-with-dependencies.jar
I believe their contents are mostly the same. Is there a way to combine them?