Skip to content

Commit

Permalink
Improve the README file (#734)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
plamentotev authored Dec 14, 2022
1 parent fd3f20e commit 6482812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6482812

Please sign in to comment.