Add an extension that can ensure that old tags are no longer built and continues to build branches.
It will remove all old patch releases by preserving the largest patch for each major.minor segment of a tag in the format of ${major}.${minor}.${patch} or v${major}.${minor}.${patch}. The extension also maps the latest release to a URL that leverages only the ${major}.${minor} segments and the latest SNAPSHOT to a URL of ${major}.${minor}-SNAPSHOT.
Add an extension that can ensure that old tags are no longer built and continues to build branches. It will remove all old patch releases by preserving the largest
patch
for eachmajor.minor
segment of a tag in the format of${major}.${minor}.${patch}
orv${major}.${minor}.${patch}
. The extension also maps the latest release to a URL that leverages only the${major}.${minor}
segments and the latest SNAPSHOT to a URL of${major}.${minor}-SNAPSHOT
.