Property "maven.home.local" always uses default value?

2004-11-17 Thread Ralf Quebbemann
Hi, I recently switched from maven 1.0 to maven 1.0.1 and found out that the property "maven.home.local" doesn't get overidden anymore with my entry in project.properties. It always defaults to "${user.home}/.maven" no matter what I do. I checked the "Changelog" for the new release but didn't fin

Re: Property "maven.home.local" always uses default value?

2004-11-17 Thread Brett Porter
please file a bug. It seems related to a recent one, and may have the same cause, but it is a little different so needs to be tested individually. On Thu, 18 Nov 2004 00:08:52 +0100, Ralf Quebbemann <[EMAIL PROTECTED]> wrote: > Hi, > > I recently switched from maven 1.0 to maven 1.0.1 and found

Re: Property "maven.home.local" always uses default value?

2004-11-18 Thread Ralf Quebbemann
I have filed a bug and found a workaround for the issue: - Create the file "build.properties" in "${user.home}" and set the property "maven.home.local" to the desired directory. This should work for now. Keep up the great work Ralf Brett Porter wrote: please file a bug. It seems related to