o Fixed resolution of local projects from reactor

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@749687 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-03-03 18:42:34 +00:00
parent 0c988fc7a9
commit e417b541e0
1 changed files with 4 additions and 0 deletions

View File

@ -172,6 +172,10 @@ public class DefaultMavenProjectBuilder
project.setFile( projectDescriptor );
setBuildOutputDirectoryOnParent( project );
hm.put( ArtifactUtils.artifactId( project.getGroupId(), project.getArtifactId(), "pom", project.getVersion() ),
project );
return project;
}