From 64828123f5c26c1e489b328e51120b2f0d436f43 Mon Sep 17 00:00:00 2001 From: Plamen Totev Date: Wed, 14 Dec 2022 12:52:24 +0200 Subject: [PATCH] Improve the README file (#734) There is wide spread misconception that in order to build a Maven project the command is `mvn clean install`. It would be better to promote the right way (in the vast majority of the cases) to build a Maven project. `mvnd verify` aligns with Maven documentation as well, where the example command is `mvn verify`. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 14783d12..795d89eb 100644 --- a/README.adoc +++ b/README.adoc @@ -152,7 +152,7 @@ $ xattr -r -d com.apple.quarantine mvnd-x.y.z-darwin-amd64 [source,shell] ---- -mvnd clean install +mvnd verify ---- == `mvnd` specific options