diff --git a/README.md b/README.md index 4fb148eef..4db52e40b 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Note that Apache JDO uses the Apache Commons Logging package for logging. ### Maven -You must have Maven (version 2+) to build the projects from source and to execute the TCK. You can download Maven from [here](http://maven.apache.org/download.html) +You must have Maven (version 2+) to build the projects from source and to execute the TCK. You can download Maven from [here](http://maven.apache.org/download.html). Note that Maven uses the `user.home` system property for the location of the Maven local repository: `${user.home}/.m2/repository`. Under Windows this system property is `C:\Documents and Settings\{user}` no matter what the `HOME` variable is set to. As a workaround you may set the system property by adding `-Duser.home=%HOME%` to the environment variable `MAVEN_OPTS`.