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

Make it possible to indicate versions that should be the same as project from the POM. #18

Closed vandmo closed 2 years ago

vandmo commented 3 years ago

This make it possible to avoid editing the lock file for multi-module projects.

Example:

...
  <useMineFors>
    <useMineFor>:::*-SNAPSHOT</useMineFor>
  </useMineFors>
...
vandmo commented 3 years ago

https://github.com/apache/maven-dependency-plugin/blob/4571c8844e5438e6c3514832d071f5e17030c666/src/main/java/org/apache/maven/plugins/dependency/tree/TreeMojo.java#L167

vandmo commented 2 years ago

Implemented