This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 800d4e8296 Fix code typo in BUILDING.md (#1019)
800d4e8296 is described below
commit 800d4e8296cfd9aecc1739bdbdc73e7784aebe35
Author: 蓝鲸123 <[email protected]>
AuthorDate: Fri Aug 26 15:37:28 2022 +0800
Fix code typo in BUILDING.md (#1019)
---
BUILDING.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/BUILDING.md b/BUILDING.md
index fcb8c7d876..0ce6664dd1 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -39,7 +39,7 @@ You can build and verify the sources as follows:
`verify` goal runs validation and test steps next to building (i.e.,
compiling) the sources.
To speed up the build, you can skip verification:
- ./mvwn -DskipTests package
+ ./mvnw -DskipTests package
If you want to install generated artifacts to your local Maven repository,
replace above `verify` and/or `package` goals with `install`.