how to run the command mvn eclipse:eclipse

后端 未结 4 855
[愿得一人]
[愿得一人] 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:17

    The m2e plugin uses it's own distribution of Maven, packaged with the plugin.

    In order to use Maven from command line, you need to have it installed as a standalone application. Here is an instruction explaining how to do it in Windows

    Once Maven is properly installed (i.e. be sure that MAVEN_HOME, JAVA_HOME and PATH variables are set correctly): you must run mvn eclipse:eclipse from the directory containing the pom.xml.

提交回复
热议问题