thanks,

user.home it's right property that i want to modify because i want to
put a global build.properties for all maven projects so if i had
understand the Maven's user guide the ${user.home}/ is the location
where i can put it.

-----Original Message-----
From: J�rg Schaible [mailto:[EMAIL PROTECTED]
Sent: mardi 9 d�cembre 2003 17:03
To: Maven Users List
Subject: RE: user.home location


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#getPropert
ies()

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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to