On 8/25/05, Mayorgaadame, Alex [IT] <[EMAIL PROTECTED]> wrote:
> How should I get the properties that Maven is using in a given moment?

depends on which properties, but ${maven.home}, ${maven.home.local},
${maven.repo.local} are probably the ones you are talking about.

> 
> For a central Maven server how can I force the plugins and cache folders to 
> remain in
> /maven-1.0.2/.maven folder instead of $HOME/.maven

MAVEN_HOME_LOCAL env var

> 
> Where should the defaults.properties should be located in order to Maven 
> actually read the properties set on it?

Inside maven.jar. It's not a recommended way of customising Maven
(that was from a very old document - is it still online and linked
from somewhere?)

You should just use ~/build.properties on a per user basis.

- Brett

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

Reply via email to