开发者

How to run maven from eclipse with the -e switch

开发者 https://www.devze.com 2023-03-22 23:58 出处:网络
Is it possible to execute the exec goal with the exec-maven-plugin with the -e switch? I am getting a MojoEx开发者_开发知识库ecutionException. right click the project > run as >maven build... > supply

Is it possible to execute the exec goal with the exec-maven-plugin with the -e switch? I am getting a MojoEx开发者_开发知识库ecutionException.


right click the project > run as > maven build... > supply goal there with -e switch

Note 3 dots after maven build...


Right click your project and Run as -> Run Configurations...

How to run maven from eclipse with the -e switch

Add the -e (or other switches for eg. -X, etc.) in the Goals input box. If you already have some goals add a space and then put your switch.

How to run maven from eclipse with the -e switch

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号