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:
Emmanuel Venisse 2006-02-21 15:27:57 +00:00
parent b9b9efbe4a
commit 19382355ff
1 changed files with 2 additions and 0 deletions

View File

@ -627,6 +627,8 @@ public void start()
createMavenSettings();
profileManager.loadSettingsProfile( settings );
localRepository = createLocalRepository( settings );
}
catch ( PlexusContainerException e )