I have been uploading maven web projects artifacts with Jenkins CI to artifactory.
There is a .pom file along with the .war artifact.
Images
We can see that pom file "produced by" column displays total build info and for "war" it points accurately which build produced it.
So is there a way out to know who has created the .pom file?
My interest lies in knowing the details about non-artifact files(here it's a .pom it can really be anything from .txt to .zip!)
.txtor of course you can create a zip via Maven...But the question is what you have in mind? - khmarbaise