You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2008/04/02 12:55:58 UTC

[jira] Closed: (CONTINUUM-1311) Build modules in the order they are specified in the pom.xml

     [ http://jira.codehaus.org/browse/CONTINUUM-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter closed CONTINUUM-1311.
-----------------------------------

       Resolution: Duplicate
    Fix Version/s:     (was: Future)

> Build modules in the order they are specified in the pom.xml
> ------------------------------------------------------------
>
>                 Key: CONTINUUM-1311
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1311
>             Project: Continuum
>          Issue Type: Improvement
>          Components: Integration - Maven 2, Project Grouping
>    Affects Versions: 1.1-alpha-2
>            Reporter: Ryan Bell
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira