Java Maven project minify the build -


i working on multi module maven project. have created project builds uber jar. unpacked jar 60mb problem our client. there tools can use remove unused .class files within dependencies when build completed?

another option if analyse .class files loaded when running , produce list of these , remove others build manually.

cheers,

i'm not sure if remove classes such, proguard has awesome results in terms of minifying class sizes. can see link reduces ant module 90%


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -