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`.
This commit is contained in:
Plamen Totev
2022-12-14 12:52:24 +02:00
committed by GitHub
parent fd3f20ef96
commit 64828123f5

View File

@@ -152,7 +152,7 @@ $ xattr -r -d com.apple.quarantine mvnd-x.y.z-darwin-amd64
[source,shell] [source,shell]
---- ----
mvnd clean install mvnd verify
---- ----
== `mvnd` specific options == `mvnd` specific options