Uploaded image for project: 'Continuum'
  1. Continuum
  2. CONTINUUM-1311

Build modules in the order they are specified in the pom.xml

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 1.1-alpha-2
    • None
    • None

    Description

      When I add a pom with modules to Continuum, the modules are added to the project group and the listed in the order they are specified in pom. However, Continuum builds the modules in alphabetical order, rather then the order specified. I can work around this by removing --non-recursive from the main project, but then I don't have access to any of the modules' surefire reports.

      For example:

      <project>
      ...
      <modules>

      <module>FC</module>

      <module>General</module>

      <module>API</module>

      </modules>
      ...
      </project>

      Maven will build FC, then General, then API.

      Continuum builds API, FC, then General.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kofno Ryan Bell
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: