[
https://jira.codehaus.org/browse/MNGSITE-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise updated MNGSITE-195:
----------------------------------------
Description:
Based [on the discussion on the mailing
list|http://maven.40175.n5.nabble.com/maven-assembly-plugin-Maven-default-folder-layout-td5787276.html]
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
was:
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
> 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|http://maven.40175.n5.nabble.com/maven-assembly-plugin-Maven-default-folder-layout-td5787276.html]
> 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)