Hi,
so based on the discussion we can conclude the result as follows:
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
So the default folder layout site should be updated.
src/it is currently not on the site in any way...
Kind regards
Karl-Heinz Marbaise
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]