|
From: Marziou, G. <gae...@hp...> - 2007-06-06 14:18:14
|
Hello, I did setup a remote repository for repo1.maven.org without exclude patterns, it worked fine and got some artifacts from Spring cached in org.springframework artifact group. Later on, I decided to setup a remote repo on Spring repo directly so I setup an exclude pattern on repo1 this way: <remoteRepository> <key>repo1</key> <handleReleases>true</handleReleases> <handleSnapshots>false</handleSnapshots> =20 <excludesPattern>org/artifactory/**,org/springframework/**</excludesPatt ern> <url>http://repo1.maven.org/maven2</url> <proxyRef>proxy1</proxyRef> </remoteRepository> 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. Any opinion? Thanks, Gael Marziou |