Hello,
the documentation (http://maven.apache.org/settings.html#Simple_Values)
states that the default for
<localRepository>${user.dir}/.m2/repository</localRepository>
First of all this should propably be ${user.home}/.m2/repository as
already stated in http://jira.codehaus.org/browse/MNG-2956.
Now I tried to use Java-System-Properties like this:
<localRepository>${java.io.tmpdir}/${user.name}/maven2repo</localReposit
ory>
With maven-2.0.7 this resulted in a directory literally called
`${java.io.tmpdir}/${user.name}/maven2repo` which was created directly
in the project's directory.
Is there an error in my approach?
Best Regards
Mirko
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]