maven build goal need to specify

后端 未结 4 1030
终归单人心
终归单人心 2020-12-23 14:48

I have extracted a sample Struts 2 project and it has the maven pom.xml file. I already installed the m2e plugin for eclipse. But when I right click the pom.xml file and sel

4条回答
  •  遥遥无期
    2020-12-23 15:13

    In your Eclipse, Run-->Run Configurations --> on left you will see "Maven Build".on right please mention your goal in the goals tab. for eg:-Dmaven.tomcat.port=8080 tomcat:run

提交回复
热议问题