how to run the command mvn eclipse:eclipse

后端 未结 4 842
[愿得一人]
[愿得一人] 2020-12-04 14:24

I\'m following these instructions, but having problems with running commands like mvn eclipse:eclipse.

How and where shall I run the command?

My

4条回答
  •  伪装坚强ぢ
    2020-12-04 15:12

    I don't think one needs it any more. The latest versions of Eclipse have Maven plugin enabled. So you will just need to import a Maven project into Eclipse and no more as an existing project. Eclipse will create the needed .project, .settings, .classpath files based on your pom.xml and environment settings (installed Java version, etc.) . The earlier versions of Eclipse needed to have run the command mvn eclipse:eclipse which produced the same result.

提交回复
热议问题