St�phane Philippart wrote on Tuesday, December 09, 2003 4:47 PM:
> Hi (re),
>
> I use maven under windows XP and it's appear that the default
> location for the ${user.home} property is C:\Documents and
> Settings\<user>.
>
> Can i change this value (and where can i change it) to d:\foo for
> example ?
user.home is a Java system property:
http://java.sun.com/j2se/1.4.2/docs/api/java/lang/System.html#getProperties()
You can set it, but have to do so everytime calling java.
BUT, I suppose you refer to the location of the locqal Maven repo itself. This can be
changed setting property maven.home.local in build.properties. Have a look in Maven's
User Guide:
http://maven.apache.org/reference/user-guide.html#Maven%20Setup
Regards,
J�rg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]