Maven

A build automation and dependency management tool for Java.

mvn clean package

  1. Maven reads the pom.xml.
  2. Downloads the dependencies.
  3. Compiles your code.
  4. Squishes it all into one runnable .jar file.