executable-dist-plugin

A Gradle plugin which makes distribution zips runnable, as a sort of alternative to an uberjar. A London Beach production :guardsman::palm_tree:. (by vmware-archive)

Executable-dist-plugin Alternatives

Similar projects and alternatives to executable-dist-plugin

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better executable-dist-plugin alternative or higher similarity.

executable-dist-plugin reviews and mentions

Posts with mentions or reviews of executable-dist-plugin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-22.
  • The Simplicity of Single-File Golang Deployments
    10 projects | news.ycombinator.com | 22 Mar 2023
    I feel like i'm taking crazy pills (at a low dose) when i read this stuff.

    I deploy Java applications. In a runnable condition, they aren't a single file, but they aren't many - maybe a dozen jars plus some scripts. Our build process puts all that in a tarball. Deployment comprises copying the tarball to the server, then unpacking it [1].

    That is one step more than deploying a single binary, but it's a trivial step, and both steps are done by a release script, so there is a single user-visible step.

    The additional pain associated with deploying a tarball rather than a single binary is negligible. It simply is not worth worrying about [2].

    But Go enjoyers make such a big deal of this single binary! What am i missing?

    Now, this post does talk about Docker. If you use Docker to deploy, then yes, that is more of a headache. But Docker is not the only alternative to a single binary! You can just deploy a tarball!

    [1] We do deploy the JDK separately. We have a script which takes a local path to a JDK tarball and a hostname, and installs the JDK in the right place on the target machine. This is a bit caveman, and it might be better to use something like Ansible, or make custom OS packages for specific JDKs, or even use something like asdf. But we don't need to deploy JDKs very often, so the script works for us.

    [2] Although if you insist, it's pretty easy to make a self-expanding-and-running zip, so you could have a single file if you really want: https://github.com/vmware-archive/executable-dist-plugin

Stats

Basic executable-dist-plugin repo stats
1
3
10.0
about 9 years ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com