How to run a Maven project from Eclipse?

前端 未结 3 1607
眼角桃花
眼角桃花 2020-12-25 11:41

I am trying to run a simple Java project. I had created a project using the \'Maven Project\' type. I have one main class called \'TestMain\'. When I tried to run the projec

3条回答
  •  抹茶落季
    2020-12-25 12:20

    (Alt + Shift + X) , then M to Run Maven Build. You will need to specify the Maven goals you want on Run -> Run Configurations

提交回复
热议问题