Friday, March 3, 2017

Maven Tutorial 01: How to install Maven Plugin in eclipse IDE?

Steps to install Maven in Eclipse IDE:

1. Launch Eclipse IDE and Select Help > Install New Software



3. Click Add on the new window dialog


4. Enter Name as Maven and in Location paste the below link. Click OK.
    http://download.eclipse.org/technology/m2e/releases/


5. Click the check box in the software list and click on Next.


6. Accept the license agreement and Click on Finish.


7. Installation starts and will take few seconds for to complete.   
  

Eclipse will ask for restart to reflect the updates, say yes.


8. Now Select Help > Installed Software in Eclipse IDE, we should see Maven in the list. That’s it.


No comments:

Post a Comment

DevOps 01: What is DevOps and How it benefits organizations?

DevOps is a culture in an organization, where the development team and operations team help each other by sharing information, process and t...