So based on the discussion could we go with the following:

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

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

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

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

The /src/it/ should be added to the default folder layout page.

Should we start a VOTE for this ?

Kind regards
Karl-Heinz Marbaise

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to