为什么maven寻找`webapp\WEB-INF\web.xml`而不是`web-app\WEB-INF\web.xml`

发布于 2024-11-05 09:52:18 字数 245 浏览 1 评论 0原文

我有一个 Maven/Grails 应用程序几乎可以构建,但无法在 [my-app]\webapp\WEB-INF\web.xml 中找到 web.xml。但目录结构像往常一样包含一个 web-app 文件夹,而不是 webapp

这是旧版本的 Maven 以一种奇怪的方式与 Grails 交互的问题吗?或者这是一个糟糕的错误消息?或者还有其他想法吗?

I have a Maven/Grails app that almost builds, but fails to find web.xml at [my-app]\webapp\WEB-INF\web.xml. But the directory structure contains a web-app folder, as usual, not webapp.

Is this a matter of an old version of maven interacting with Grails in a strange way? Or is it a bad error message? Or any other ideas?

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

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

发布评论

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

评论(1

森林散布 2024-11-12 09:52:18

maven的标准是将目录命名为“webapp”而不是“web-app”

The standard for maven is to name the directory "webapp" not "web-app"

http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html

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