Skip to content

Commit

Permalink
README.md: Add hint about project root folder name requirement
Browse files Browse the repository at this point in the history
Closes #299.

Signed-off-by: Alexander Kriegisch <[email protected]>
  • Loading branch information
kriegaex committed Mar 28, 2024
1 parent d59217a commit c4e2049
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c4e2049

Please sign in to comment.