Wednesday 30 October 2013

How to install maven in eclipse

We can install in two ways 

Way 1:


Way 2:
Open 

Help-> Install new software


a popup window will open then give this url.

If your eclipse is Indigo you can use this

http://download.eclipse.org/technology/m2e/releases/1.3/1.3.1.20130219-1424

Or else try with below links as wellMaven 3 - http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-subclipse/0.13.0/N/0.13.0.201207041403/

Maven 2 - http://download.eclipse.org/m2e-wtp/releases/





It will install maven in your eclipse.
Juno - http://download.eclipse.org/releases/juno

2 comments:

  1. After installation if you want to check where it has installed you can use this command .. Open command prompt and then
    mvn -version

    ReplyDelete
  2. http://www.mkyong.com/maven/install-maven-on-mac-osx/

    ReplyDelete