mirror of
https://github.com/apache/maven.git
synced 2025-02-06 18:18:48 +00:00
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 MavenSettings buildSettings() throws Exception
|
||||
private File getSettingsFile()
|
||||
{
|
||||
String userDir = System.getProperty( "user.home" );
|
||||
userDir = userDir.replaceAll( "\\\\", "/" );
|
||||
|
||||
String path = settingsPath;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user