Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.1-beta-3
-
Fix Version/s: 1.1-beta-4
-
Component/s: None
-
Labels:None
-
Environment:Windows XP/2003 Server, Maven 2.0.7
-
Complexity:Intermediate
-
Number of attachments :
Description
When adding maven 2 projects with flat project layout continuum sorts the projects build sequence by alphabet thus braking builds. Previous version did respect reactor build sequence and '--non-recursive' option allowed to build flat projects independently but still in the right order. This is a very blocking issue for us because we are forced atm to use flat project structure.
When Continuum determine the build order, he don't know if it is a flat project or a standard structure. It look only at dependencies in POMs to determine which projects must be built before an other.
If it build projects in alphabet order it isn't because you use a flat structure but something else.
what is the cron expression for your schedule?
do you have a cycle in your dependencies (check your logs when projects are put in queue)?