This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch mvnd-0.9.x in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
commit ee43e50b4b6b7ac968d1d5846fea66d54e90c1d8 Author: Plamen Totev <plamen.iv.to...@gmail.com> AuthorDate: Wed Dec 14 12:52:24 2022 +0200 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