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 连接器?
基础教程推荐
- 如何在相机中应用自定义滤镜 [Surfaceview 预览]. 2022-01-01
- 将 double 转换为 Int,向下舍入 2022-01-01
- JPA惰性列表上的流 2022-01-01
- Maven:无效的目标版本:10 2022-01-01
- 控制台应用程序中的 Java 键盘输入解析 2022-01-01
- 在springboot中如何给mybatis加拦截器 2023-04-29
- 在java中使用xpath和selenium解析HTML表格数据 2022-01-01
- 将 Windows 证书导入 Java 2022-01-01
- doFilter()是在servlet的工作完成之前还是之后执行的? 2022-01-01
- Java ECDSAwithSHA256 签名长度不一致 2022-01-01
