Checkout Maven project from SCM - no connectors

Viewed 71953

I have a problem with checkout Maven project in Eclipse Indigo. I've installed m2e plugin, Subclipse, Git, but can't select appropriate SCM type ? How to solve this ?

Checkout as Maven project from SCM

7 Answers

This is related answer by "technocrat" with new update site URLs.

This is working with Eclipse 2019-12:

The problem: "Check out Maven Projects from SCM" from the project explorer the "scm url" drop down box is be empty.

You must have subclipse installed from the Eclipse Marketplace AND "Maven SCM handler for Subclipse".

How to get Maven SCM Handler for Subclipse:

You can now use the Project Explorer context menu of "Import -> Maven -> Check out Maven Projects from SCM" and actually have a SCM URL to choose from in the drop down box, namely "svn".

Related