You can always test these things in your maven script.
<goal name="echouser">
<echo>
user.home = ${user.home}
</echo>
</goal>
then maven echouser on your command line.
user.home is set by maven or ant, one of the two, by default.
This is of course if you're using a *nix system. On windows it isn't always
so wonderful.
----- Original Message -----
From: "Harden ZHU" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 09, 2003 6:34 PM
Subject: user.home
> hi,
>
> where set ${user.home}? what is default value?
>
> thanks
>
> harden
>
----------------------------------------------------------------------------
----
> ---------------------------------------------------------------------
> 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]