In this post, we will see how to install m2eclipse maven plugin for eclipse.
Steps for installing m2eclipse plugin in eclipse:
 2) Click on add to add m2eclipse site.
3) Â Fill Name and location as below
Name: m2eclipse
Location :Â http://download.eclipse.org/technology/m2e/releases
4) Select plugin which needs to be install for m2eclipse
5) select “I Agree to the terms of license agreement”
6) It will start installing m2eclipse plugin.
7) click on yes to restart eclipse for changes to reflect.
Bingo!! we are done with m2eclipse plugin installation in eclipse.
If you want to check maven plugin is installed or not. Follow below steps:
- Go to Window –> Preferences
- check whether Maven is enlisted at left panel
Very informative post.