How to Install Maven in Eclipse IDE

Steps to Install Maven in Eclipse IDE


1) Click on the Help from the top menu in Eclipse and select ‘Install New Software..
Maven_1

2) Click on the Addbutton on the newly opened window.
Maven_2

3) In the Name box, type ‘Maven‘ and in the Location box, type ‘http://download.eclipse.org/technology/m2e/releases
Maven_3
Note: The URL is the location where you can download the Maven for Eclipse.

4) A check-box will appear in the pop window, Check the check-box and click on Next button.
Maven_4

5) Please wait for some time and let the window complete its processing. It will not take long but 2 or 3 minutes.
Maven_5

6) Keep the default settings and click on Next button.
Maven_6

7) Accept the ‘Terms and Conditions‘ and move forward by clicking on Finish button.
Maven_8

8) Wait while it finish the installation.
Maven_9

9) Once the installation is finished, it will ask you to restart the Eclipse. Please click on Yes, so that changes can be reflected properly.
Maven_10

Thanks
Done with installation