m2eclipse - No Connectors for SCM?(m2eclipse - 没有 SCM 连接器?)
问题描述
我已将 m2eclipse 插件安装到未连接到 Internet 的远程计算机上,我通过复制 features 和 plugins 目录中的内容手动安装了插件.
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.
现在,当我尝试从 SCM 签出 Maven 项目(我的本地存储库)时,它没有显示任何连接器!~!~
Now When I am trying to Checkout Maven project from SCM (my local repo), it doesn't shows me any connectors!~!~
虽然有在 M2E Marketplace 中查找 SCM 连接器的选项,但我的机器没有连接到网络.是否有任何手动方式为上述插件安装 SCM 连接器??
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 ??
推荐答案
安装 M2clipse SCM 集成插件.更新站点:http://m2eclipse.sonatype.org/sites/m2e-extras.选择以下组件:Subclipse 的 Maven SCM 处理程序、Maven SCM 集成
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
这篇关于m2eclipse - 没有 SCM 连接器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:m2eclipse - 没有 SCM 连接器?
基础教程推荐
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- RabbitMQ:消息保持“未确认"; 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
