Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

4 Answers

up vote 0 down vote accepted

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

share|improve this answer

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

share|improve this answer
The extras site no longer exist in this context. – Brill Pappin Jan 25 '12 at 4:31

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.

share|improve this answer

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.
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.