appbundle-maven-plugin icon indicating copy to clipboard operation
appbundle-maven-plugin copied to clipboard

App includes full maven-built jar instead of 'original' jar

Open bowring opened this issue 9 years ago • 3 comments

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.

bowring avatar Dec 10 '15 21:12 bowring

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.

federkasten avatar Dec 12 '15 06:12 federkasten

@bowring I would like to ask you, how did you do it?

JurajMlich avatar Jun 25 '17 13:06 JurajMlich

If there is any chance to fix this with the provided PR?

barthel avatar Apr 01 '18 19:04 barthel