Eclipse下多模块项目中使用maven jetty插件

发布于 2024-10-20 08:32:32 字数 283 浏览 6 评论 0原文

我正在 Eclipse 下使用 m2eclipse 和 maven 3 和 jetty 插件版本 7 开发一个简单的多模块 maven 项目。我的一个模块是一个 jar,另一个模块是一个依赖于 jar 的 war。

即使启用了工作区依赖解析,如果我之前没有运行 mvn install,对 mvn jetty:run 的调用也会失败。

阅读了有关工作区依赖性的内容后,我不确定为什么需要调用 mvn install 。我希望能够运行 jetty 插件,而无需将工件安装到本地存储库。是否可以?

提前致谢。

I am working on a simple multi module maven project under Eclipse using m2eclipse with maven 3 and jetty plugin version 7. One of my module is a jar and the other module is a war which has a dependency on the jar.

Even though the workspace dependency resolution is enabled, the call to mvn jetty:run fails if I don't run mvn install before.

Having read about workspace dependency, I am not sure why a call to mvn install is required. I would like to be able to run the jetty plugin without installing the artifacts to my local repository. Is it possible?

Thanks in advance.

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

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

发布评论

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

评论(1

旧时光的容颜 2024-10-27 08:32:32

m2eclipseWTP (Web工具平台)

WTP 允许从 Eclipse 启动 Jetty/Tomcat/...,在 Eclipse 内调试,更改时重新部署,...

如下: m2eclipse 附加功能

There is an integration module between m2eclipse and the WTP (Web Tool Platform).

WTP allow starting Jetty/Tomcat/... from Eclipse, debugging inside Eclipse, redeploy on change,...

Here is it: m2eclipse Extras

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