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 连接器?
基础教程推荐
- 降序排序:Java Map 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01