maven项目从git导入后,不能用怎么办在Eclipse中用git提交时,如何避免提交.classpath.settings.project文件
Posted 平凡加班狗
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven项目从git导入后,不能用怎么办在Eclipse中用git提交时,如何避免提交.classpath.settings.project文件相关的知识,希望对你有一定的参考价值。
系列文章目录
maven项目从git导入后,不能用怎么办
如果出现这种问题有两种解决方案
1)去自己的仓库中,查找 *.lastUpdated ,全部删除。并在Eclipse中此项目中右键–>maven–> update peoject
2)在pom.xml文件中看jar报错,找到自己本地仓库相应的位置,把下载好的jar放进去, 在eclipse项目中–>mavem–>update peoject
我自己实测是用Eclipse中此项目中右键–>maven–> update peoject,解决了
在Eclipse中用git提交时,如何避免提交.classpath、.settings、.project文件
在Eclipse中用git提交时,如何避免提交.classpath、.settings、.project文件
打开eclipse
Window
preferences
Team
Ignored Resources
add Pattern
把你想要忽略掉的文件都忽略掉。
以上是关于maven项目从git导入后,不能用怎么办在Eclipse中用git提交时,如何避免提交.classpath.settings.project文件的主要内容,如果未能解决你的问题,请参考以下文章
myeclipse 10.0从svn导入项目后不能自动编译的问题