mirror of https://github.com/apache/maven.git
o Fixed profile handling
git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@773030 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ed79ce0099
commit
8c9c235744
|
@ -224,6 +224,7 @@ public class DefaultMavenProjectBuilder
|
|||
project.addCompileSourceRoot( build.getSourceDirectory() );
|
||||
project.addTestCompileSourceRoot( build.getTestSourceDirectory() );
|
||||
project.setFile( pomFile );
|
||||
project.setActiveProfiles( projectProfiles );
|
||||
|
||||
setBuildOutputDirectoryOnParent( project );
|
||||
|
||||
|
|
Loading…
Reference in New Issue