mirror of https://github.com/apache/maven.git
Load profiles from settings
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379490 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b9b9efbe4a
commit
19382355ff
|
@ -627,6 +627,8 @@ public class MavenEmbedder
|
||||||
|
|
||||||
createMavenSettings();
|
createMavenSettings();
|
||||||
|
|
||||||
|
profileManager.loadSettingsProfile( settings );
|
||||||
|
|
||||||
localRepository = createLocalRepository( settings );
|
localRepository = createLocalRepository( settings );
|
||||||
}
|
}
|
||||||
catch ( PlexusContainerException e )
|
catch ( PlexusContainerException e )
|
||||||
|
|
Loading…
Reference in New Issue