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 …