如何使用 -e 开关从 eclipse 运行 Maven

发布于 2024-11-26 16:38:10 字数 93 浏览 1 评论 0原文

是否可以使用带有 -e 开关的 exec-maven-plugin 来执行 exec 目标?我收到 MojoExecutionException

Is it possible to execute the exec goal with the exec-maven-plugin with the -e switch? I am getting a MojoExecutionException.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

绳情 2024-12-03 16:38:10

右键单击项目>运行为> maven 构建... >在 maven build... 之后使用 -e 开关

Note 3 点提供目标

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

Note 3 dots after maven build...

寄居者 2024-12-03 16:38:10

右键单击您的项目并运行为 ->运行配置...

在此处输入图像描述

在目标输入框中添加 -e(或其他开关,例如 -X 等)。如果您已经有一些目标,请添加一个空格,然后放置开关。

输入图片此处描述

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

enter image description here

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.

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文