[ 
https://jira.codehaus.org/browse/ARCHETYPE-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte updated ARCHETYPE-113:
-------------------------------------

    Component/s: Documentation

> 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 is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to