m2eclipse - No Connectors for SCM?

13,087

Solution 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

Solution 2

enter image description here

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.

Solution 3

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

Share:
13,087
Arpit
Author by

Arpit

#SOreadytohelp Always!

Updated on June 04, 2022

Comments

  • Arpit
    Arpit about 2 years

    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 ??

    enter image description here