maven-dependency-plugin
maven-dependency-plugin copied to clipboard
[MDEP-616] New fuzziness to purge a branch
Jordan COUTON opened MDEP-616 and commented
Hi,
I would like to propose a patch in order to improve the dependency.purge-local-repository feature.
Let's say there are 2 branches with the same base version number pattern :
- develop : 3.X
- product : 3.2.X
If I run a purge-local-repository on the 3.2, the default fuzziness (version) will erase all the dependencies where the version number is 3.1 but also all the 3.2.X.
I need a way to delete the old versions of one branch without affecting the other.
Affects: 3.1.1
Attachments:
- branch_fuzziness.patch (5.50 kB)
Slawomir Jaranowski commented
Menaren Thanks for your effort. If you still interested - please create PR on GitHub.