I was getting several errors about missing artifacts when building trunk last night. It appears that a new AMQ snapshot went out where the central repo was overridden. You can add the following to the settings.xml file in the ~/.m2/settings.xml file to bypass the problem until this has been rectified.

  <mirrors>
    <mirror>
      <mirrorOf>central</mirrorOf>
      <name>central</name>
      <url>http://repo1.maven.org/maven2/</url>
    </mirror>
  </mirrors>

I think Jason was going to chase the evil doers down this morning. Don't forget you put this in or your likely to have some other weird problems later on.

Matt Hogstrom
[EMAIL PROTECTED]



Reply via email to