examples/webapp.html documentation is incorrect -------------------------------------------------
Key: ARCHETYPE-113 URL: http://jira.codehaus.org/browse/ARCHETYPE-113 Project: Maven Archetype Issue Type: Bug Reporter: Scott Cytacki 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. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira