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
- duplicates
-
CONTINUUM-1210 Build order not correct
- Closed