diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-03-28 11:26:34 +0100 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-03-28 11:26:34 +0100 |
commit | c4e2049086b9074ef9272454e77e341288e8caf2 (patch) | |
tree | faa243be5bdfac8aa9bc5dc4aad8a0eb91f456a4 | |
parent | d59217a841b5d01ab68aca780af624098d2b2c66 (diff) | |
download | aspectj-c4e2049086b9074ef9272454e77e341288e8caf2.tar.gz aspectj-c4e2049086b9074ef9272454e77e341288e8caf2.zip |
README.md: Add hint about project root folder name requirement
Closes #299.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |