# IntelliJ - Maven ###### tags: `IntelliJ` [TOC] # Add Maven to a project ## Open Framework Support Right click on project > Add Framework Support ## Select Framework you want to add to the project Here we can select the framework we want to add, in this case **Maven** and click ok. ![](https://i.imgur.com/LmVTdqY.png) >**Note:** >If the framework you want to add is not present, then it means it is already applied to the project.[color=lightblue] [Click here to know how to add Maven to a project](https://www.jetbrains.com/help/idea/convert-a-regular-project-into-a-maven-project.html#add_maven_support) # Maven Actions ## Requisite - Have Maven Window Opened If Maven Window is not shown on the right-side, then go to **View > Tool Windows > Maven** to get it shown. >![](https://i.imgur.com/zUKluRG.png)[color=lightblue] ## Maven Window Actions In Maven Window, we will see all maven projects there. Inside **Lifecycle**, we will have many actions that we can use. Mostly, we use **clean**, **install**, **compile**, **package**. >![](https://i.imgur.com/D6AiQq4.png)[color=lightblue] **Note:** package > creates a JAR # Delete Maven Project It is recommended to use **Unlink Maven Project** to get it out of your project. This will also get rid of the module too. ![](https://i.imgur.com/RzXYtX4.png)