mirror of https://github.com/apache/maven.git
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:
parent
30f5d777c1
commit
7c537105b2
|
@ -346,7 +346,7 @@ public class DefaultMavenProjectBuilder
|
|||
|
||||
for( Profile profile : projectProfiles )
|
||||
{
|
||||
inject( profile, model );
|
||||
model = inject( profile, model );
|
||||
}
|
||||
|
||||
MavenProject project;
|
||||
|
|
Loading…
Reference in New Issue