How do I run an Mvn package in IntelliJ?
					Category: 
					technology and computing
					data storage and warehousing
				
				
			Build a project with Maven?
 - Click. in the Maven tool window.
 - Click Maven and from the list, select Runner.
 - On the Runner page, select Delegate IDE build/run actions to maven.
 - Click OK.
 - From the main menu, select Build | Build Project Ctrl+F9 . IntelliJ IDEA invokes the appropriate Maven goals.
 - Click.
 
 
 Furthermore,  how run Mvn clean install in IntelliJ?
Intellij IDEA: maven clean install
- View -> Tool Windows -> Maven Project. Opens your projects in a sub-window.
 - Click on the arrow next to your project.
 - Click on Lifecycle.
 - Click on clean.
 - Click on the green (play) button.
 - Click on install.
 - Click on the green (play) button.
 
In this regard, how do I run a spring Maven project in IntelliJ?
First create a spring project by going to File->New->Project and select spring. It will create a spring project. Then to add maven support, you can right click on the project and select "Add Framework Support". It will give you a pop up window, and from that select "maven".
Some of the Best Java IDEs
- Eclipse. This open source IDE has long been one of the most reliable and oft-used IDEs.
 - NetBeans. This open-source IDE is easy to install, can run across different platforms, and is easy to use.
 - BlueJ.
 - IntelliJ IDEA Community Edition.
 - jEdit.
 - DrJava.
 - Android Studio.
 - JCreator.