Eclipse下多模块项目中使用maven jetty插件
我正在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
m2eclipse 和 WTP (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