Deploy Artifact From Jenkins to Archiva with NAnt
问题 I'm admittedly new to the whole continuous integration idea. As such, I've been scouring the web to find a way to take my ASP.NET project, feed it through Jenkins for auto-build using NAnt and mono on a Linux box, and ultimately deploy the artifact into Apache Archiva to be retrieved later for installation, etc. My problem is, I don't know how to integrate this hand-off of the artifact from Jenkins to Archiva. So, here's what I understand: Archiva can be used to store any type of artifact.