Thursday, August 15, 2013

Integrate Maven with Eclipse

While developing applications with Eclipse, if you have to move from Eclipse to Command Prompt, then after sometime you will feel irritated. That is why it is good to integrate Maven with Eclipse.

Here I will share my experience how I Integrated Maven with Eclipse. Hope it will help you guys:

Tools Needed:

1. Eclipse.
2. Maven

1. Installing Eclipse:
You can go to Eclipse's website and download the latest version of Eclipse to your machine. Once downloaded, extract the downloaded Zip file. That's all. Start enjoying Eclipse now. :-)

2. Integrate Maven with Eclipse:
  • Select Help > Install New Software. This should display the "Install" dialog.
  • Paste the Update Site URL (http://download.eclipse.org/technology/m2e/releases) into the field named "Work with:" and press Enter. Pressing Enter should cause Eclipse to update list of available plugins and components.
  • Choose the component, Click Next. Eclipse will then check to see if there are any issues which would prevent a successful installation.
  • Click Next and agree to the terms.
  • Click Finish to begin the installation process. Eclipse will then download and install the necessary components.
  • Once the installation process is finished, Eclipse will ask you if you want to restart the IDE.
Done. You configured Maven correctly. Enjoy coding ;-)

0 comments:

Post a Comment