Skip to content

mkyong.com

  • Spring Boot
  • Java Virtual Threads
  • Contact
  1. Home /
  2. fat-jar

Tag: fat-jar

ant December 24, 2014 3 min read by mkyong 0 comments

Ant – Create a fat jar file

In this tutorial, we will show you how to use Ant build script to create a big far / uber Jar file, which mean include the entire project external dependencies into a single jar file. Technologies used : Ant 1.9.4 Ant-Ivy 2.4 logback 1.1.2 joda-time 2.5 1. Create a Fat Jar Previous Ant + External […]

Read more Ant – Create a fat jar file
java jar with maven
maven October 21, 2014 3 min read by mkyong 18 comments

Create a fat Jar file – Maven Assembly Plugin

In this tutorial, we will show you how to create a fat/uber jar with Maven Assembly Plugin. Which means create a Jar together with its dependency Jars into a single executable Jar file. Note Maven assembly plugin is not good in producing fat/uber jar, it may cause name conflict issue, it is better to use […]

Read more Create a fat Jar file – Maven Assembly Plugin
java jar with maven
maven October 18, 2014 5 min read by mkyong 6 comments

Maven – Create a fat Jar file – One-JAR example

In this tutorial, we will show you how to use Maven build tool, One-JAR plugin to create a single Jar together with its dependency Jars into a single executable Jar file, so called fat Jar. Tools used : Maven 3.1.1 JDK 1.7 Joda-time 2.5 1. Create a simple Java project Create a Java project from […]

Read more Maven – Create a fat Jar file – One-JAR example
java jar with maven
maven September 22, 2014 3 min read by mkyong 9 comments

Create a fat Jar file – Maven Shade Plugin

In this tutorial, we will show you how to use Maven Shade Plugin to create a Jar together with its dependency Jars into a single executable Jar file, so called fat Jar or uber Jar. Note Maven Shade plugin is a better plugin to create fat/uber jar, if compare with assembly plugin, because it provides […]

Read more Create a fat Jar file – Maven Shade Plugin

Java and Spring tutorials since 2008. Every example is a complete, runnable file, compiled and run on a real machine before it goes out.

About This Site

  • About
  • Editorial Policy
  • Contact
  • Code License
  • Privacy Policy
  • Terms of Use

© 2026 mkyong.com — Powered by WordPress

RSS