mirror of https://github.com/apache/maven.git
o Used proper class loader
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@899927 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e1f58d5f3d
commit
fa2b09bc0a
|
@ -125,6 +125,10 @@ public class DefaultProjectBuilder
|
||||||
|
|
||||||
initProject( project, result );
|
initProject( project, result );
|
||||||
}
|
}
|
||||||
|
else if ( configuration.isResolveDependencies() )
|
||||||
|
{
|
||||||
|
projectBuildingHelper.selectProjectRealm( project );
|
||||||
|
}
|
||||||
|
|
||||||
ArtifactResolutionResult artifactResult = null;
|
ArtifactResolutionResult artifactResult = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue