# Scala Project using Maven in IntelliJ IDEA

This article is for those who want to create scala projects with Apache Maven.

**Step 01 :**

Launch IntelliJ IDEA's **New Project** --&gt; Select **Maven Archetype**

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1694622930176/d81d9156-ea35-44d1-ad05-041414ca8236.png align="center")

**Step 02:**

Click **Add** button

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1694622996400/efcc9444-d4d6-4523-8264-73d635c1125c.png align="center")

**Step 03**

Enter the details as shown and click **Add**

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1694623075590/c029ff34-7c87-4871-b38c-a29f7583d8ce.png align="center")

**Step 04**

Enter the **Name** of your project select the archetype as shown below and click on **Create** button.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1694623204825/ab48abd1-8de3-4917-bd76-836d1ca78b35.png align="center")

That’s it… Hope you liked this article. **Happy Learning:)**

Feel free to ask your doubts in the comments.
