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:
Emmanuel Venisse 2005-03-17 06:07:46 +00:00
parent b2d8f801a2
commit 23b0c1d4fb
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ public class DefaultMavenSettingsBuilder
private File getSettingsFile()
{
String userDir = System.getProperty( "user.home" );
userDir = userDir.replaceAll( "\\\\", "/" );
String path = settingsPath;