Uploaded image for project: 'Maven Project Web Site'
  1. Maven Project Web Site
  2. MNGSITE-195

Default folder layout documentation update

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None

    Description

      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/main/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

      In the end this means currently only src/it must be added to the default folder layout page.

      Attachments

        Issue Links

          Activity

            People

              khmarbaise Karl Heinz Marbaise
              khmarbaise Karl Heinz Marbaise
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: