how to run the command mvn eclipse:eclipse

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

    Right click on the project

    ->Run As --> Run configurations.

    Then select Maven Build

    Then click new button to create a configuration of the selected type. Click on Browse workspace (now is Workspace...) then select your project and in goals specify eclipse:eclipse

提交回复
热议问题