On Mon, Apr 6, 2009 at 9:27 AM, Raymond Feng <[email protected]> wrote:
> I'm seeing that during the weekend. It seems that the ibiblio repo (which
> was down) is used instead of repo1.maven.org.

I have added the following into my ~/.m2/settings.xml and got things fixed :

<mirror>
    <id>repo1.apache</id>
    <url>http://repo1.maven.org/maven2</url>
    <mirrorOf>central</mirrorOf>
  </mirror>

Should we add this repo to our pom.xml ?


-- 
Luciano Resende
Apache Tuscany, Apache PhotArk
http://people.apache.org/~lresende
http://lresende.blogspot.com/

Reply via email to