vandmo / dependency-lock-maven-plugin

Maven plugin that makes sure that Maven dependency are not accidentaly changed.
https://github.com/vandmo/dependency-lock-maven-plugin
Apache License 2.0
65 stars 10 forks source link

Update error message if no lock file is present #36

Closed rodikal closed 2 years ago

rodikal commented 2 years ago

The error message was still referring to the 'lock' goal instead of the 'create-lock-file' goal

vandmo commented 2 years ago

Thanks :)