mirror of https://github.com/apache/maven.git
Fix settings finder for windows.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163595 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b2d8f801a2
commit
23b0c1d4fb
|
@ -80,6 +80,7 @@ public class DefaultMavenSettingsBuilder
|
|||
private File getSettingsFile()
|
||||
{
|
||||
String userDir = System.getProperty( "user.home" );
|
||||
userDir = userDir.replaceAll( "\\\\", "/" );
|
||||
|
||||
String path = settingsPath;
|
||||
|
||||
|
|
Loading…
Reference in New Issue