Maven release plugin remove old versions

401 Views Asked by At

We use maven release-plugin and github for deploy artifacts. When we do mvn release:perform this plugin deploy artifact to specified branch in github, but doesn't keep old artifact. As a result we can't build project with old version in dependencies (exclude when this version already in local m2 repository). What can we do with this problem?

Thank in advance!

0

There are 0 best solutions below