m2eclipse - No Connectors for SCM?

戏子无情 提交于 2019-12-02 00:10:32

问题


I have installed m2eclipse plugin to a remote machine with no connection to the internet, I manually did the plugin installation by copying the contents from features and plugins directories.

Now When I am trying to Checkout Maven project from SCM (my local repo), it doesn't shows me any connectors!~!~

Although there is an option to Find the SCM connectors in M2E Marketplace, but my machine has no connection to the net. Is there any manual way to install the SCM Connectors for the above said plugin ??


回答1:


Install the M2clipse SCM integrations plugin . Update site: http://m2eclipse.sonatype.org/sites/m2e-extras. Choose the following components: Maven SCM handler for Subclipse, Maven SCM Integration




回答2:


The screenshot has a link "m2e marketplace" in the bottom right where you can install the subclipse connector. Before you do that simply use the main "Help->Eclipse Marketplace..." and from the popular tab install subclipse. Then after restarting go back to the screenshot above for checking out as maven from SVN and use the link "m2e marketplace" on the bottom right and install the subclipse connector.

You then have SVN and MavenSVN functionality.




回答3:


According to this article, you need to install the connectors from the extra update-site at http://m2eclipse.sonatype.org/installing-m2eclipse.html.




回答4:


I just answered this question in another post ;)

The connectors are all still there in Indigo, just hidden a little.

  1. Start Eclipse and open preferences.
  2. Find the Maven group and expand it.
  3. Select the "Discovery" item and click "Open Catalog".
  4. A dialog will pop up with all the goodies. The connectors are at the bottom.


来源:https://stackoverflow.com/questions/6981001/m2eclipse-no-connectors-for-scm

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