Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.0.12
-
Fix Version/s: 0.9.0
-
Component/s: Dependency Resolver
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
Dependencies order is important for some projects (even if it should not...)
Maven core respects dependencies order since mid-december 2007: see MNG-1412.
Updating embedder version with a recent one and removing the sort instruction in Maven2ClasspathContainer should do the job.
This can easily be checked with IT http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-1412-DependenciesOrder/
Issue Links
| This issue depends upon: | ||||
| MNG-1412 | dependency sorting in classpath |
|
|
|
Fixed in the 0.9.0 release