Hi There, I've been thinking a lot about how to know which of my artifacts have made it into which of my environments.
Firstly, because I want one to get to this ideal -> http://www.itilcollege.com/DefinitiveSoftwareLibraryITIL.html and secondly, because I want to delete artifacts that did not make it out of development. I have two basic approaches in mind.. One is to somehow annotate the ivy.xml with info attributes through republishing the same artifact to the single repository. The second approach is to promote the same artifact to environment specific repositories. Has anyone else thought about this kind of problem?
