瀏覽代碼

README.md: Add hint about project root folder name requirement

Closes #299.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_22_1
Alexander Kriegisch 1 月之前
父節點
當前提交
c4e2049086
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      README.md

+ 3
- 0
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.

Loading…
取消
儲存