I'm looking to use the OSS version of Nexus 2 for artefact management? Does it support automatic retention and removal of multiple versions of an artefact so that only so many versions are retained?
Example:
I'd like Nexus to automatically (via some config settings) to just keep the last 3 versions of an artefact in a repo:
myrpm_v5.rpm <-- latest (keep)
myrpm_v4.rpm <-- latest -1 (keep)
myrpm_v3.rpm <-- latest -2 (keep)
myrpm_v2.rpm <-- automatically remove when v5 is added
myrpm_v1.rpm <-- removed
Is this supported (couldn't see anything in the product matrix)? I'm using Nexus 2 (but could consider 3)