diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-06-26 08:55:23 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-06-26 08:55:23 +0700 |
commit | 378a1e44531f308a25fadde2a8c09c1fdf9e2b74 (patch) | |
tree | 7fe3a64fd7a4715c4b8cfa652ccaba0d7b7c428a /docs/developer/BUILD.md | |
parent | 89f9bea949a7d51828f545da1ad80c049b9ecb6a (diff) | |
download | aspectj-378a1e44531f308a25fadde2a8c09c1fdf9e2b74.tar.gz aspectj-378a1e44531f308a25fadde2a8c09c1fdf9e2b74.zip |
Minor build + release read-me improvements
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/developer/BUILD.md')
-rw-r--r-- | docs/developer/BUILD.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/developer/BUILD.md b/docs/developer/BUILD.md index 119b33832..d19c4013d 100644 --- a/docs/developer/BUILD.md +++ b/docs/developer/BUILD.md @@ -197,4 +197,4 @@ to clean downloaded libraries in the `lib` module, here are a few more: In general, you should not combine profiles setting the same properties in contradictory ways. If you need a very specific build configuration, you might want to use a profile matching your needs most closely and override specific properties. However, I am not going to share examples for this approach, because generally it is not necessary and also -both error-prone and sensitive to evan small changes in Maven POMs. +both error-prone and sensitive to even small changes in Maven POMs. |