Maven中构建的基本命令行

时间:2017-08-22 07:21:09

标签: maven anypoint-studio

我在Eclipse中使用apache maven版本3.5.0。我有这个错误的问题 - " org.apache.maven.plugins:maven-eclipse-plugin:2.10:eclipse"。我猜它是由Preferences-> Anypoint Studio-> Maven->构建的基本命令行中的错误命令。现在,我有命令 - " mvn eclipse:clean eclipse:eclipse -Dwtpversion = 2.0"。

1 个答案:

答案 0 :(得分:0)

maven-eclipse-plugin已弃用,不应使用。实际上,它可以摧毁你的项目。

较新的Eclipse版本(如Mars,Neon,Oxygen)包含m2e,它可以为您提供所有Maven-Eclipse魔法。