I have installed开发者_Go百科 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 ??
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.
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
According to this article, you need to install the connectors from the extra update-site at http://m2eclipse.sonatype.org/installing-m2eclipse.html.
I just answered this question in another post ;)
The connectors are all still there in Indigo, just hidden a little.
- Start Eclipse and open preferences.
- Find the Maven group and expand it.
- Select the "Discovery" item and click "Open Catalog".
- A dialog will pop up with all the goodies. The connectors are at the bottom.
精彩评论