Eclipse中Maven项目提交SVN时设置忽略配置文件
1、打开Eclipse菜单中的Window->preferences

2、在左侧列表中选择Team->Ignored Resources

3、点击上图中的Add Pattern,添加自己需要过滤的类型,如:.settings.project,.classpath,.class,target等,再点击Apply,OK即可。
阅读量:157
阅读量:143
阅读量:39
阅读量:134
阅读量:155
1、打开Eclipse菜单中的Window->preferences

2、在左侧列表中选择Team->Ignored Resources

3、点击上图中的Add Pattern,添加自己需要过滤的类型,如:.settings.project,.classpath,.class,target等,再点击Apply,OK即可。