Maven Tips

【安装】

Eclipse安装Maven插件

【导入项目】

在Eclipse中导入SVN库里的Maven项目

【错误解决】

1、StackOverflowError

注意Eclipse不能感受到系统环境变量MAVEN_OPTS:解决Maven中OutOfMemory错误

2、设置eclipse使用外部的maven报“Can't find Maven installation EMBEDDED”:重启eclipse即可

3、代码不能补全,显著错误不能识别,弹窗报“this compilation unit is not on the build path of a Java project”:MyEclipse buildpath 报错问题的解决方法(Eclipse也适用)


*** walker ***


你可能感兴趣的:(eclipse,maven,SVN)