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

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -