Wednesday, October 18, 2017

Creating a .jar Deployment Package Using Maven and Eclipse IDE (Java)

In this tutorial, we will show you how to use Maven build tool, to create a single executable Jar.

Right click maven project,

choose Run As-> Maven Build ...

Type package in the Goals box.

Click Run.

1 comment: