top of page
Search

Installing Eclipse and setting up maven Step-by-step tutorial

Updated: Jan 5, 2021




Step 1 : Download Eclipse

You can download latest version of eclipse from https://www.eclipse.org/downloads


ree

ree

ree

ree

Step 2: Set the workspace and Eclipse opens with its welcome screen



ree

ree

Step 3: Install Maven


Click Help -> Install New software...


ree

Enter the url "http://download.eclipse.org/technology/m2e/releases/" in work with tab to download maven.

ree

click Next.

ree

Accept the agreement and finish installation.


ree

Restart Eclipse to create your first Maven project.

ree

Step 4: Create New Maven Project


Click File-> New -> Maven Project

ree

Search for "maven-archetype-quickstart" and hit next.


ree

Mention Group Id and Artifact Id


ree

Click Finish and you could see the project created under Project Explorer tab.

ree

Open Pom.xml, add required dependencies, select Run As -> Maven clean and Maven Install.

ree

ree

and In console, we could see BUILD SUCCESS.

ree

Congratulations!!! You are done setting up your new eclipse and Configured Maven Successfully. Happy Coding!


 
 
 

Recent Posts

See All

Comments


bottom of page