I am planning to use Nexus repository to store deployment records. I have added those records on Nexus using mvn deploy file plugin. Every file is added as a new version. These records will later be accessed by a Nexus job. The requirement is to search those records based on the last modified date. Is there a way to get this? Is there any other better way to achieve this.
I have recently started using Nexus and I am not very familiar with it.