Moritz Petersen wrote on Monday, October 25, 2004 12:54 PM: > Hello, > > I'd like to set "maven.home.local" to a different drive on my > windows machine. How is it possible? > > Just setting > > maven.home.local = D:\Maven > > doesn't work.
This is a standard Java properties file ... so just escape the backslash with another or use a normal slash. - J�rg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
