Build Your Java Project with Apache Maven

Once you set up your project, you can build it using Maven's package command.
mvn package
This creates your .jar file in the target directory.

Comments