Hello!
Is there any way to track or audit who's making an upload to Artifactory?
When each developer can upload a file that's Ok, we allow that (although, it's Hudson who's usually running "mvn clean deploy").
But I have a case where some POM is overriden somehow by it's old content, as if someone was uploading an older version. I don't think someone is actually doing that, but then I can't understand how come I get an outdated POM version in Artifactory (it's a SNAPSHOT).
In addition to tracking user uploads (with, probably, host IP and date/time) - is there a way to manage file versions ? I mean, to see all versions (or last N versions) of the POM that were uploaded ? Not sure it's useful but just an idea ..