From 2fdebc063ca45de66a0c5f6bb8c8b6c73f5ee356 Mon Sep 17 00:00:00 2001 From: Tilmann Date: Sun, 4 Dec 2022 22:43:21 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.