How to install maven in Eclipse?

2.9k views Asked by At

Install maven in Mac using

brew install maven,

if you don't have Homebrew in your system you have another way to install maven in your system.

1

There are 1 answers

1
Yash Patel On BEST ANSWER

Click on the Help from the top menu in Eclipse and select ‘Install New Software..‘ enter image description here

How to Install Maven in Eclipse IDE

2) Click on the Add button on the newly opened window. enter image description here

3) In the Name box, type ‘Maven‘ and in the Location box, type ‘http://download.eclipse.org/technology/m2e/releases/enter image description here

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