Install m2eclipse for Indigo
Eclipse does not have integrated Maven support out of the box. To add the support, I am going to use Maven Integration (m2e).
- In Eclipse: Help -> Install New Software…
- Type the following URL in field Work with: http://download.eclipse.org/technology/m2e/releases
- Click Add…
- Give a name for the repository (such as
m2eclipse
) - Click OK
- Select the checkbox Maven Integration for Eclipse
- Click Next etc. to move forward and choose to restart Eclipse when prompted
Comments
Post a Comment