0

Currently I am using eclipse and ant build for my application. Right now I am migrating the building phase from ant to maven.There I got confused which to use.

Whether to use mvn eclipse:eclipse which actually creates .project and .classpath then import it from eclipse as java project

or

to use m2e plugin and import my project as maven project

4

1 回答 1

0

mvn eclipse:eclipse只创建一个 Eclipse Java 项目配置文件(因此您最近可以使用原始 eclipse 导入操作将该项目导入 Eclipse 工作区),而不是m2e plugin将 Maven 项目导入 Eclipse 并使其成为 Java 项目。

于 2013-10-26T14:39:16.063 回答