Friday 1 May 2015

Simple steps to Configure Maven plugin in eclipse

Step by step approach to install maven plugin in eclipse.
Maven Eclipse plugin installation step by step: (Bold Italic strings you can see as button or options in your eclipse while configuring.)
  • Open Eclipse.
  • Click on Help menu -> Select Install New Software.
  • Click Add button at top right corner
  • New pop up window will open asking to add repository Name and Location.
  • Add Name as "M2Eclipse" and Location as "http://download.eclipse.org/technology/m2e/releases"
  • Now click OK
After this installation of maven plugin will start.
After successful installation you can check installed plugin in you eclipse: (to be safe restart your eclipse before)
  1. Go to Window --> Preferences
  2. Observe, Maven is enlisted at left panel as follow.


Your maven plugin is configure :).

No comments:

Post a Comment