]> source.dussan.org Git - aspectj.git/commitdiff
README.md: Add hint about project root folder name requirement
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 28 Mar 2024 10:26:34 +0000 (11:26 +0100)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 28 Mar 2024 10:26:34 +0000 (11:26 +0100)
Closes #299.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
README.md

index 3b3b06042f373342f8729b572dcaf28047b904a4..001127e57f4dcd0afe14e30202bd5d0f566ac71c 100644 (file)
--- 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.