Last Updated : 04 Aug, 2025
IntelliJ IDEA is an integrated development environment (IDE) written in Java and developed by JetBrains. It is widely used for developing computer software. We will see the steps to create a Maven project in IntelliJ IDEA, from initial project setup to managing dependencies, building your project, and running tests.
To create a simple Maven project in IntelliJ IDEA, follow these steps:
1. Open your IntelliJ IDE and go to File > New > Project. This will allow you to create a new project in IntelliJ.
creating java new project in IntelliJ2. We can also create project from existing ongoing project with the New> project option.
IntelliJ Maven Project Creation3. After selecting Create New Project. In the New Project window, choose Maven as your project type. Then, select the appropriate JDK version from the Project SDK dropdown. Under the Archetype section, choose maven-archetype-quickstart, which is a simple template for a basic Java application.
Maven Architype Selection4. Select the directory where you want to save the project and click Finish.
Project created Successfully Understand the Maven Project Structure:RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4