Top "Uberjar" questions

An Uber JAR (AKA fat JAR or super JAR) is a JAR file that contains both the package and all its dependencies in one single JAR file.

How To Specify main class when using fatjar plugin in gradle.build

I am interested in building a single jar containing all the module dependencies and external jars in a single executable …

jar build gradle intellij-13 uberjar
Using Maven shade plugin in a multi module project - NullPointerException

I have a scenario where-in I need to create an uber jar of a multi module maven project including all …

maven maven-shade-plugin uberjar
Maven - How to remove module-info.class warning for shaded .jar?

So here's my problem... I'm packaging a Spring Boot app into an uber jar using the maven-shade plugin. Simple, right? …

java maven maven-shade-plugin uberjar module-info