On Nov 30, 2010, at 11:18 AM, Mark Nuttall wrote:

> Hi Kevan,
> Since pulling this change in I can't build Aries locally. I get the
> error shown below. Can you tell me where I should get the 2.2.1
> transaction jar from please? Or is there a simpler fix?

Well, it's in maven central -- 
http://repo1.maven.org/maven2/org/apache/geronimo/components/geronimo-transaction/2.2.1/
 and also the uk mirror 
http://uk.maven.org/maven2/org/apache/geronimo/components/geronimo-transaction/

Looks like the ibiblio mirror is out of sync... The vote closed Nov 15th. So, 
seems like enough time to have made it to the ibiblio mirror. Personally, I 
override the ibiblio mirror in my settings.xml (in my experience, the ibiblio 
mirror is slow and problematic...).

<settings>
  <!-- central repo repo1 is mirrored to ibiblio. explictly overriding
       that to be repo1 itself -->
    <mirrors>
        <mirror>
            <id>ibiblio.org</id>
            <name>Mirror of http://repo1.maven.org/maven2/</name>
            <url>http://repo1.maven.org/maven2</url>
            <mirrorOf>central</mirrorOf>
        </mirror>
        <mirror>
          <id>java.net</id>
          <name>Mirror of 
https://maven-repository.dev.java.net/nonav/repository/</name>
          <url>http://download.java.net/maven/1/</url>
          <mirrorOf>java.net</mirrorOf>
        </mirror>
    </mirrors>    
...

--kevan

Reply via email to