Surekha Ummadi
Jun 16, 2022

Create Maven Project in Eclipse

In this tutorial, I will explain how to create a maven project in Eclipse

Pre-Requisite: Eclipse

Steps to follow to create Maven Project in Eclipse

Step 1: Open Eclipse

Step 2: Go to File — New — Project

Step 3: Click on Maven — Maven Project and Click on Next

Step 4: Click on the Next button again

Step 5: Select an Archetype by typing “org.apache.maven.archetypes” in the Filter textbox, Select maven-archetype-quickstart Artifact Id and click on the Next button

Step 6: Add Group Id and Artifact Id and click on Finish

Step 7: Then you can see the project in Project Explorer, wait for some time for setup, and expand the project. Now you can see the ‘src/main/java’ and ‘src/test/java’ folders along with the Pom.xml file

Hope this helps. Thanks

Surekha Ummadi

I have 8 years of experiene in Software Testing field especially in Automation. I am Interested to share my knowledge with people who is keen about Testing