appbundle-maven-plugin
appbundle-maven-plugin copied to clipboard
App includes full maven-built jar instead of 'original' jar
Plugin works great, but the application's jar file is the Maven file with all the libraries in it, so libraries are included twice, making app file twice as large as it needs to be. I successfully swapped out the application's jar file with the Maven-generated 'original' jar file (no libraries included) in the app contents and all works great, while eliminating the bloat! Great job and thank you.
I think it has the potential to occur the problem. But this depends on building configurations.
I will review the codes that resolve and copy all dependencies.
Thank you.
@bowring I would like to ask you, how did you do it?
If there is any chance to fix this with the provided PR?