]
George Gastaldi updated FORGE-750:
----------------------------------
Fix Version/s: 2.x Future
(was: 1.x Future)
DependencyFacet.addXDependency ignores order
--------------------------------------------
Key: FORGE-750
URL:
https://issues.jboss.org/browse/FORGE-750
Project: Forge
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Build Tools - Maven
Affects Versions: 1.2.0.Final
Reporter: Aslak Knutsen
Fix For: 2.x Future
When DependencyFacet.addXDependency is called, it first removes the existing Dependency
if it exists, then adds the new.
The problem is the index of the original dependency is lost and the new is just appended.
In Maven 3 dependency order matters.