You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@codehaus.org> on 2014/03/14 22:32:59 UTC

[jira] (MNGSITE-195) Default folder layout documentation update

Karl Heinz Marbaise created MNGSITE-195:
-------------------------------------------

             Summary: Default folder layout documentation update
                 Key: MNGSITE-195
                 URL: https://jira.codehaus.org/browse/MNGSITE-195
             Project: Maven Project Web Site
          Issue Type: Improvement
            Reporter: Karl Heinz Marbaise
            Priority: Minor


Based on the discussion on the mailing list the folder layout should be changed according to the following:

src/main
 * are files required during compile time (production)
 ** src/main/java
 ** src/main/resources
 ** src/main/filters

src/test
    * are files required during test time (unit testing; based on naming
      schema we could also have integration tests here)
 ** src/test/java
 ** src/test/resources
 ** src/test/filters

src/it
* are files required during integration tests  (primarily for plugins)

src/assembly
 * for assembly descriptors and appropriate filter property files.

src/config
 * for configuration files.

src/main/filters
 * Resource filter files

src/main/scripts
 * Application/Library scripts

src/main/webapp
 * Web application sources

src/site
 * Maven Site



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)