How to install Maven plugin for existing Eclipse IDE
- Details
- Written by Nam Ha Minh
- Last Updated on 07 August 2019   |   Print Email
- In Eclipse IDE, click Help > Eclipse Marketplace… to open up the Eclipse Marketplace dialog. To search for the Maven plug-in, type m2eclipse or m2e-wtp in the Find text box and hit Enter (or switch to Popular tab), you will see Maven Integration for Eclipse WTP (Juno)in the search result as follows:
- Click Install button on the right. It may take a while for Eclipse to resolve the required features:
- Then Eclipse will ask to confirm the selected features:
- Click Next will bring the Review Licenses screen:
- Select “I accept the terms of the license agreements”, and then click Finish, Eclipse will download in install the plug-in:
- This may take few minutes, and after finishing the installation, Eclipse will ask to restart the IDE:
- After the IDE has restarted, we can check for the new Maven plug-in installation by clicking Window > Preferences, and see the Maven node in the Preferences dialog like this:
Other Eclipse Tutorials:
- How to import existing projects into Eclipse workspace
- How to use Eclipse IDE for Java EE Developers
- How to create, build and run a Java Hello World program with Eclipse
- How to create, deploy and run Java Servlet in Eclipse
- How to generate JAR file in Eclipse
- How to create WAR file for Java web application in Eclipse
- How to create Ant build file for existing Java project in Eclipse
- How to generate Javadoc in Eclipse
- How to create Java web project with Maven in Eclipse
- 25 Eclipse Shortcut Keys for Code Editing
- How to Add Copyright License Header for Java Source Files in Eclipse
Comments
Thank for sharing.