From c4e2049086b9074ef9272454e77e341288e8caf2 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Thu, 28 Mar 2024 11:26:34 +0100 Subject: [PATCH] README.md: Add hint about project root folder name requirement Closes #299. Signed-off-by: Alexander Kriegisch --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3b3b06042..001127e57 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ In the root of a cloned AspectJ simply run: ./mvnw clean install ``` +Please make sure that your project root directory name is either _aspectj_ (default for `git clone`) or _org.aspectj_ (case-insensitive), if you wish to run the build with tests. +Some integration tests rely on this name when dynamically searching the up current path for the root folder. + You can also use a reasonably recent (3.6.3+), locally installed Maven installation instead of the Maven wrapper script. This will build all the modules, run all the tests and install the key artifacts in your local repository. -- 2.39.5