Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
3.0-alpha-6
-
None
-
None
Description
ProjectSorter skips vertexes where versions don't match and thus produces incorrect results.
For example, if A depends on B:1.0 but B is resolved to 1.1 (via conflict resolution or dependency management) then A->B:1.0 is lost. One suspect could be isSpecificVersion which returns true for 1.0, which isn't a specific version like [1.0], so this vertex gets lost as B:1.0 doesn't exist.
Attachments
Attachments
Issue Links
- is related to
-
MNG-3814 Reactor builds fail due to erroneous cycle in project sorting which does not consider versions
- Closed