maven2 war 覆盖和 eclipse WTP

发布于 2024-09-19 16:52:20 字数 278 浏览 8 评论 0原文

我有一个 Maven War 模块,它像平常一样运行 Eclipse WTP Tomcat 服务器。现在我想通过使用 Maven war 覆盖来重用该模块工件:我只需创建一个新的 war 项目并将该模块包含在项目依赖项中。问题是现在我不能再使用 eclipse“在服务器上运行”,因为我在新项目中没有任何资源或配置文件(如 web.xml),所有内容都在 war 依赖项中,但 eclipse 无法解析它。

无论如何,有没有使用与 Eclipse 一起运行的 Maven War Overlay 项目?

谢谢。

I have a maven war module which run eclipse WTP tomcat server like normal. Now i want to reuse that module artifact by using maven war overlay: i just create a new war project and include that module in project dependencies. The problem is now i cannot use eclipse "Run on server" anymore because i don't have any resource or config file (like web.xml) in the new project, everything is in the war dependencies but eclipse cannot resolve it.

Is there anyway to use a maven war overlay project run with eclipse ?

Thank you.

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

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

发布评论

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

评论(3

与风相奔跑 2024-09-26 16:52:20

如果您尝试对战争项目建立战争依赖性,换句话说,进行“战争覆盖”,那么 m2eclipse 目前不支持它
Jer 开发了一个插件来实现此功能,您可以尝试一下:http:// code.google.com/p/m2eclipse-wtp-ext/

If you're trying to have a war dependency on a war project, in other words doing a "war overlay", then it's not currently supported by m2eclipse
Jer developped a plugin to implement this feature, you can give it a try : http://code.google.com/p/m2eclipse-wtp-ext/

余生再见 2024-09-26 16:52:20

我已经测试过这个(调试我的第一个 JASIG CAS 服务器),并发现它可以在 eclipse 中工作:
使用 Jetty Maven 插件 运行/调试覆盖的战争网络应用程序。
希望有帮助~

I've test this(to debug my first JASIG CAS server), and found it works in eclipse:
Using Jetty Maven Plugin to run/debug war overlayed web apps.
Hope helpful~

暮倦 2024-09-26 16:52:20

我这里也有同样的问题。我同意你的观点,它还不受支持(而且已经快两年了!)。似乎有一个使用 q4e 版本 0.11.0+ 的替代方案: http://wiki.eclipse.org/IAM_WTP_support 您可以从 https://code.google.com/p/q4e/ 或使用更新网站 http://q4e.googlecode.com/svn/trunk/ updatesite-iam/ 。我将尝试一下,看看它是否以及如何工作(同时激活 m2eclipse)。

I am having the same issue here. I agree with you that it's not supported yet (and has not been for almost 2 years!). There seems to be an alternative using q4e version 0.11.0+: http://wiki.eclipse.org/IAM_WTP_support which you can download from https://code.google.com/p/q4e/ or using the update site http://q4e.googlecode.com/svn/trunk/updatesite-iam/ . I'll give it a try and see whether and how it works (with m2eclipse at the same time active).

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