Hi, I'm using Hudson to do nightly builds of the product we are working on. It deploys to Nexus, and it works beautifully. Every night we create like 800 MB of artifacts, and Nexus keeps the last 3 of each SNAPSHOT, so it uses a managable amount of disk space to do this. However, on the Hudson slaves, the SNAPSHOTs just accumulate and after some time occupy all the disk space available.
Is there a way to deploy artifacts without using unique names in the local repo? Or maybe, is there a plugin I can use to remove the artifacts created previously by the build from the local repo? I found the purge-local-repository goal of m-dependency-p, but IIUC, it does the exact opposite to what I want to do. Thanks, Lóránt --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
