In artifactory we have some local repo's.
One of the repo's contains a lot of subfolders.
Each subfolder contains a maven-metadata.xml and a lot of other folders and subfolders.
is the maven-metadata.xml updated very time with the same date as the date of the last updated file in that folder?
I'm searching for an easy way to check when an artifact was last uploaded/updated without checking every file in every subfolder.
The date inside
maven-metadata.xmlfiles should be to update if you upload every time that you:So you can use this date as reference.