Maven工程转换成Eclipse工程步骤

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

Maven工程转换成Eclipse工程方法

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

Jar工程:
mvn eclipse:eclipse

mvn eclipse:myeclipse

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

mvn eclipse:myeclipse -Dwtpversion=2.0