当前位置: 代码迷 >> Eclipse >> Maven工程转换成Eclipse工程步骤
  详细解决方案

Maven工程转换成Eclipse工程步骤

热度:13   发布时间:2016-04-23 12:16:01.0
Maven工程转换成Eclipse工程方法

我们在网上下载的开源Maven工程想要转换成Eclipse能够识别的工程,需要执行如下命令:

Jar工程:
mvn eclipse:eclipse

mvn eclipse:myeclipse

Web工程:
mvn eclipse:eclipse -Dwtpversion=2.0

mvn eclipse:myeclipse -Dwtpversion=2.0
  相关解决方案