how install maven on eclipse

[亡魂溺海] 提交于 2019-12-18 04:41:25

问题


i want to install maven plug in on eclipse. but when add the maven site in install software section, and beginning to download and install it, an error occurred about dependency. how can fix it? i want a complete installation guide...


回答1:


first which dependencies are missing? A good maven plugin for eclipse is the eclipse maven sonatype, m2eclipse.




回答2:


Do these steps:

  1. In Eclipse, go to "Help->Install New Software".

  2. Press "Add" in the upper right button in the opened window.

  3. Set the name textbox to be "Maven2Eclipse".

  4. Set the value textbox to be http://download.eclipse.org/technology/m2e/releases

    In case the link is not valid, get one from http://www.eclipse.org/m2e/download/

  5. Press Ok, select the Maven project, and install it.




回答3:


Install Maven Plugin for Eclipse

Installing a Maven Plugin for Eclipse can be a bit tricky if you want to get the whole spectrum of features. By default you would go to “Eclipse -> Help -> Software Updates -> Find and Install”, then “Search for new features to install”, then click on “New Remote Site”, and enter the Maven Projects name (e.g. Maven2Plugin) and its home URL there “http://m2eclipse.codehaus.org/“.

Once you install it at first everything would seem quite right. However, if you try “Import” a Maven Project, you will not see such an option in under the “General” menu, since it would be missing.

The reason for that is that “http://m2eclipse.codehaus.org/” brings in an old version of the plugin. (At the moment of writing) It brings in “Maven 2 Plugin 0.0.9″, whereas what you need is 0.0.12.

Hence you read the “Maven Integration for Eclipse” installation guide and point your “New Remote Site” to “http://m2eclipse.codehaus.org/update/” instead of “http://m2eclipse.codehaus.org/“. The one thing to be cautious about is an “update” link will try to also bring “subclipse” and “mylin” projects, hence you will need to “uncheck” them if you do not want to bring them:

⸺ from https://blog.dotkam.com/2008/02/24/install-maven-plugin-for-eclipse/




回答4:


Steps to install maven plugin into eclipse:

In eclipse :

  1. go to Help->install new software.
  2. Copy this link http://download.eclipse.org/technology/m2e/releases on "Work With" edit box.
  3. Select enter and maven link will appear on Name section.
  4. Select that link and follow the steps to instal it on eclipse.

    You can find more information regarding different maven builds for eclipse here: http://eclipse.org/m2e/download/




回答5:


STEPS TO INSTALL MAVEN (in Eclipse):
Maven Eclipse plugin installation step by step:
1. Open Eclipse IDE

  1. Click Help -> Install New Software...

  2. Click Add button at top right corner

  3. At pop up: fill up Name as "M2Eclipse" and Location as "http://download.eclipse.org/technology/m2e/releases"

Now click OK After that installation would be started.

Another way to install Maven plug-in for Eclipse:

  1.    Open Eclipse

  2.    Go to Help -> Eclipse Marketplace

  3.    Search by Maven

  4.    Click "Install" button at "Maven Integration for Eclipse" section

  5.    Follow the instruction step by step

After successful installation do the followings in Eclipse:
1. Go to Window --> Preferences
2. Observe, Maven is enlisted at left panel



来源:https://stackoverflow.com/questions/5102425/how-install-maven-on-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!