Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use mvnd verify as example instead of mvnd clean install #734

Merged
merged 1 commit into from
Dec 14, 2022
Merged

Use mvnd verify as example instead of mvnd clean install #734

merged 1 commit into from
Dec 14, 2022

Commits on Nov 11, 2022

  1. Improve the README file

    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`.
    plamentotev authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    2991d7d View commit details
    Browse the repository at this point in the history