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:
Benjamin Bentmann 2010-01-16 12:22:56 +00:00
parent e1f58d5f3d
commit fa2b09bc0a
1 changed files with 4 additions and 0 deletions

View File

@ -125,6 +125,10 @@ private ProjectBuildingResult build( File pomFile, ModelSource modelSource, Proj
initProject( project, result );
}
else if ( configuration.isResolveDependencies() )
{
projectBuildingHelper.selectProjectRealm( project );
}
ArtifactResolutionResult artifactResult = null;