一、安装svn

 

本文主要是介绍MyEclipse8.5如何通过link方式安装svn,而不是采用在线更新下载svn插件;

 

主要原因有二:

 

1.link维护方便,增加或删除方便;

2.若我们网速慢就更杯具了,太慢了,或者以后卸载后想重新安装又得重新下载,那就更郁闷了。

 

注:由于MyEclipse8.5的eclipse是3.5.2版本,之前svn1.4.x版本不适合;

 

第一步:从 http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240下载相应的subclipse插件。

           

第二步:解压缩,取其中的features、plugins文件夹

 

第三步:类似创建目录c:/program file/myplugin/svn,把features、plugins文件夹放在该目录下

 

第四步:就是在MyEclipse的dropins目录下新建一个svn.link文件(ps:这里什么文件名和后缀名都没关系),

            文件内容为:path=插件的路径 (如:path=c://program file//myplugin//svn)

 

第五步:删除Genuitec/MyEclipse 8.5/configuration目录下的org.eclipse.update文件夹

 

第六步:重启MyEclipse

 

二、安装maven的eclipse插件  

 

第一步:从http://m2eclipse.sonatype.org/sites/m2e/下载maven的eclipse插件m2eclipse

 

            其它步骤同SVN

 

注:1、安装成功的标志,在项目的文件夹右键上会有一个“M2 MyEclipse Maven“的菜单

      2、在安装之前要先把myeclipse 自带的插件先卸载掉。有两种方式:

            (1) help-->MyEclipse Configuration Center -->SoftWare-->My SoftWare -->remove

            (2) Windows-->Preferences-->MyEclipse-->Maven4MyEclipse 

 

 

 

 

GitHub 加速计划 / ma / maven
36
0
下载
Maven: Apache Maven是一个开源的项目管理和构建工具,主要用于Java项目。适合需要自动化项目构建和依赖管理的开发者。特点包括约定优于配置、易于使用和社区驱动。
最近提交(Master分支:17 天前 )
2cb48d09 Get rid of multiple screens of deprecation messages, that are with us since last commons-cli update. 12 小时前
65d213b7 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/0400d5f644dc74513175e3cd8d07132dd4860809...0057852bfaa89a56745cba8c7296529d2fc39830) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 18 小时前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐