aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-06-10 12:22:25 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-06-10 12:22:25 +0700
commite2797e51b64f63f3b13820e4c5543d0bcbde21c2 (patch)
tree15c6b880b2c83c140c8955751275e117782a0364 /README.md
parenta2482c83a09833ac0f6cf03643b32777b77e4219 (diff)
downloadaspectj-e2797e51b64f63f3b13820e4c5543d0bcbde21c2.tar.gz
aspectj-e2797e51b64f63f3b13820e4c5543d0bcbde21c2.zip
Add link to BUILD.md to main README.md
Plus a small enhancement in the build description. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2641506dc..a68e57bf1 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,11 @@ These are the artifacts published to Maven Central for each release. In addition
In the root of a cloned AspectJ simply run:
-`./mvnw clean install`
+```shell
+./mvnw clean install
+```
+
+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.
Once built, access the Maven dependencies from your local repository or run the installer to install AspectJ locally:
@@ -45,6 +49,7 @@ Ensure you run this with a JDK - the more recent the better since some tests wil
* [How to contribute to AspectJ](CONTRIBUTING.md)
* [How to release AspectJ](docs/developer/RELEASE.md)
+* [Maven build options (profiles, properties)](docs/developer/BUILD.md)
## Maven releases