为什么maven寻找`webapp\WEB-INF\web.xml`而不是`web-app\WEB-INF\web.xml`
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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