elipse 从eclipse导入maven项目

1. 使用Eclipse通过Svn导入项目

2.cmd 在项目目录下执行 mvn eclipse:eclipse

3. 然后在项目上点击右键 configure ->convert to maven project 就OK了。

一定要先设置好maven的配置路径:windows > preferences > maven > user settings

原文地址:https://www.cnblogs.com/c9999/p/5728391.html