-
Notifications
You must be signed in to change notification settings - Fork 92
Add support for creating a fat-jar out of a thin-jar #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
"supersizeme" v. funny Good idea. Sort of a nuclear option for #15 (and easier to implement). |
Try this out:
You can get a usage message by typing
when there is no
or
if you already downloaded it. I think this is an interesting route to provide additional tooling without needing to add more code (or more dependencies) to the |
I changed it a bit in latest snapshots, so now it is
(You don't need the One advantage of that is that the target jar can be specified with
Where |
In scenarios where one has access to an m2 repo or can upload co-located dependencies
it is easy to use the thin jar approach.
However in restricted environments a fatjar is more appropriate. In such cases it would be
very convenient to be able to create a fatjar from a given thin jar.
Perhaps something like this would do the trick:
The text was updated successfully, but these errors were encountered: