o Fixed profile injection

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@749386 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-03-02 17:58:15 +00:00
parent 30f5d777c1
commit 7c537105b2
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ public class DefaultMavenProjectBuilder
for( Profile profile : projectProfiles )
{
inject( profile, model );
model = inject( profile, model );
}
MavenProject project;