|
From: Jorg H. <jor...@gm...> - 2007-06-06 14:30:00
|
On 6/6/07, Marziou, Gael <gae...@hp...> wrote: > > > So, the question is now what should be ArtiFactory behavior: should it > flush the excluded artifacts (org/springframework/**) from repo1? > > >From my experience it does not but I think it should. I don't think flushing is necessary. The exclude filter will make sure that the configured repo1 is never contacted for org/springframework requests. If you reenable it afterwards it has to go and search the artifacts again, suboptimal. Also imagine company internal artifacts that have been published there, if someone makes a typo on an exclude filter all your artifacts might get zapped ! Regards Jorg |