Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
The documentation up here:
http://maven.apache.org/plugins/maven-archetype-plugin/examples/webapp.html
shows the directory structure:
.
– src | |
`-- main | |
`-- java | |
– resources | |
– webapp | |
`-- WEB-INF | |
`-- web.xml | |
`-- index.jsp `-- pom.xml |
That is incorrect it should be:
.
– src | ||
`-- main | ||
– webapp | ||
– WEB-INF | ||
`-- web.xml | ||
`-- index.jsp | ||
`-- resources `-- pom.xml |
Sorry I don't have the tool installed to generate those ascii trees automatically so I might not have formated it correctly.