o Fixed resolution of project dependencies for plugin execution

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@749974 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-03-04 12:12:45 +00:00
parent 5ad4dc1cc6
commit 374ef3a15b
1 changed files with 1 additions and 0 deletions

View File

@ -1484,6 +1484,7 @@ public class DefaultPluginManager
ArtifactResolutionRequest request = new ArtifactResolutionRequest()
.setArtifact( artifact )
.setResolveRoot( false )
.setArtifactDependencies( project.getDependencyArtifacts() )
.setLocalRepository( context.getLocalRepository() )
.setRemoteRepostories( project.getRemoteArtifactRepositories() )