mirror of https://github.com/apache/maven.git
Rolled back 358955, seems that the error was in other place
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@371857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8e3a3cf63d
commit
4869826ba5
|
@ -351,7 +351,7 @@ public class DefaultArtifactCollector
|
||||||
|
|
||||||
if ( updateScope )
|
if ( updateScope )
|
||||||
{
|
{
|
||||||
fireEvent( ResolutionListener.UPDATE_SCOPE, listeners, farthest, nearestArtifact );
|
fireEvent( ResolutionListener.UPDATE_SCOPE, listeners, nearest, farthestArtifact );
|
||||||
|
|
||||||
// previously we cloned the artifact, but it is more effecient to just update the scope
|
// previously we cloned the artifact, but it is more effecient to just update the scope
|
||||||
// if problems are later discovered that the original object needs its original scope value, cloning may
|
// if problems are later discovered that the original object needs its original scope value, cloning may
|
||||||
|
|
Loading…
Reference in New Issue