Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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