Skip to content

Make export maven/gradle create runnable uber-jars #1982

@quintesse

Description

@quintesse

Right now the maven/gradle export create runnable JARs but without the dependencies.

We should also generate an additional runnable "uber/shadow" JAR containing all the dependencies to make it really easy to run the end result.

Ideally those dependencies would also be available separately in a folder in the build/target folder, so the user could also run java -cp 'target/libs/*' target/myapp-0.0.1-jar

Metadata

Metadata

Assignees

No one assigned

    Labels

    ideasSome idea/suggestion around jbang behavior/feature set

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions