You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2022/08/26 07:38:23 UTC

[logging-log4j2] branch master updated: Fix code typo in BUILDING.md (#1019)

This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new 7eff673556 Fix code typo in BUILDING.md (#1019)
7eff673556 is described below

commit 7eff67355684ed662865eb3ce2ef527ea056dfb9
Author: 蓝鲸123 <wu...@126.com>
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 ccafef3fa6..839913f23f 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -31,7 +31,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`.