Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.0
-
Fix Version/s: 2.1.0
-
Component/s: Dependencies
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
r742799 uses a HashSet for the dependencies and as such shuffles the class path. The ordering is only destroyed if dependeny resolution happens more than once for a project, i.e. a single plugin execution will not exhibit the issue.
Issue Links
| This issue is related to: | ||||
| MNG-1412 | dependency sorting in classpath |
|
|
|
Fixed in r743034.