[
https://jira.codehaus.org/browse/ARCHETYPE-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed ARCHETYPE-113.
------------------------------------
Resolution: Won't Fix
Please refer to
https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014
if you're wondering why this issue was closed out.
> examples/webapp.html documentation is incorrect
> -------------------------------------------------
>
> Key: ARCHETYPE-113
> URL: https://jira.codehaus.org/browse/ARCHETYPE-113
> Project: Maven Archetype
> Issue Type: Bug
> Components: Documentation
> 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 was sent by Atlassian JIRA
(v6.1.6#6162)