Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 25229 invoked from network); 24 Jul 2008 01:37:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2008 01:37:26 -0000 Received: (qmail 53367 invoked by uid 500); 24 Jul 2008 01:37:26 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 53360 invoked by uid 500); 24 Jul 2008 01:37:26 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 53347 invoked by uid 99); 24 Jul 2008 01:37:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jul 2008 18:37:26 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2008 01:36:32 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 1B61014A8048 for ; Wed, 23 Jul 2008 20:36:27 -0500 (CDT) Message-ID: <29622959.1216863387058.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 23 Jul 2008 20:36:27 -0500 (CDT) From: "Maria Catherine Tan (JIRA)" To: issues@continuum.apache.org Subject: [jira] Updated: (CONTINUUM-782) Add a feature to allow cleaning the m2 local repo once every N days MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/CONTINUUM-782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Catherine Tan updated CONTINUUM-782: ------------------------------------------ Attachment: continuum-purge-07242008.patch Found some more issues with my patch so I have attached *continuum-purge-07242008.patch* that fixes those issues. 1. added continuum-configuration.xml in src/test/resources of continuum-purge module ( for revision 678639 ) 2. refactored packages to org.apache.continuum 3. fixed some purging tests 4. added creation of default m2 local repository during continuum initialization 5. set default project group's local repository to #4 6. fixed repository used when releasing and deploying 7. set project group's local repository to #4 when adding a new maven 2 project whose project group is set to "defined by pom" 8. will not be able to edit/remove the default local repository 9. changed archiva version to 1.1 > Add a feature to allow cleaning the m2 local repo once every N days > ------------------------------------------------------------------- > > Key: CONTINUUM-782 > URL: http://jira.codehaus.org/browse/CONTINUUM-782 > Project: Continuum > Issue Type: New Feature > Components: Core system > Affects Versions: 1.0.3 > Reporter: Vincent Massol > Fix For: 1.2 > > Attachments: continuum-purge-07242008.patch, CONTINUUM-purge-docs.patch, CONTINUUM-purge-newer.patch, CONTINUUM-purge.patch, documentation-images.zip, purge-images.zip > > > It's really hard with maven to know if your build is working or not. I've been hit several times already by buillds working fine locally and on the CIs but failing for a newcomer trying to build that project. The reason is that remote repos are not immutable and artifacts can disappear or be modified in there. > It would be nice if continnuum could help notice when this happen. A way to implement this would to be to configure Continuum to clean its local repo every N days. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira