How do I create an executable jar of Maven project in Intellij?
Create an executable JARClick. to build project. … Create a Manifest file in the resources directory.In your POM specify the Manifest file information, so you can use Maven to generate an executable jar file.In the Maven tool window, in the Lifecycle list, double-click the install command to generate the jar file.