mirror of https://github.com/apache/maven.git
o fixing typo in method call
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379579 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c5898ee466
commit
38c1860f11
|
@ -627,7 +627,7 @@ public class MavenEmbedder
|
|||
|
||||
createMavenSettings();
|
||||
|
||||
profileManager.loadSettingsProfile( settings );
|
||||
profileManager.loadSettingsProfiles( settings );
|
||||
|
||||
localRepository = createLocalRepository( settings );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue