[ http://jira.codehaus.org/browse/CONTINUUM-782?page=comments#action_70081 
] 
            
Jesse McConnell commented on CONTINUUM-782:
-------------------------------------------

short term solution would be to use -Dmaven.repo.local=/path/ in a custom 
scheduled build, could be that if you set it to something relative to the 
executing project that the repo could be cleaned up with clean...

perhaps a weekly build schedule with goals clean and install with the added 
commandline option -Dmaven.repo.local="./target/localRepository" would work...


> 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
>
> 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

        

Reply via email to