I am reading Maven documentation and came across the name \'uber-jar\'.
What does an uber-jar mean and what are its features/advantages?
ubar jar is also known as fat jar i.e. jar with dependencies.
There are three common methods for constructing an uber jar:
for more