Tagged Questions

0
votes
1answer
132 views

Why is maven looking for `webapp\WEB-INF\web.xml` instead of `web-app\WEB-INF\web.xml`

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 ...