On 17.09.2010 17:18, Jarek Gawor wrote:
Modified: openejb/trunk/openejb3/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/pom.xml?rev=997930&r1=997929&r2=997930&view=diff
==============================================================================
--- openejb/trunk/openejb3/pom.xml (original)
+++ openejb/trunk/openejb3/pom.xml Thu Sep 16 21:47:01 2010
@@ -292,7 +292,7 @@
<module>itests</module>
<module>container</module>
<module>server</module>
-<module>examples</module>
+<module>examples</module>
</modules>
<profiles>
@@ -459,6 +459,16 @@
</profile>
</profiles>
<repositories>
+<repository>
+<id>mirrors.ibiblio.org</id>
+<url>http://mirrors.ibiblio.org/pub/mirrors/maven2</url>
+<releases>
+<enabled>true</enabled>
+</releases>
+<snapshots>
+<enabled>false</enabled>
+</snapshots>
+</repository>
<!--<repository>-->
<!--<id>codehaus-snapshot</id>-->
<!--<name>CodeHaus SNAPSHOT repository</name>-->
This repository shouldn't be needed. This is just one of the mirrors
of the central repository. It only makes it harder if one wants to
configure maven to use another mirror.
Jarek
Sure, it was just put in to resolve the missing jstl dep for several
users yesterday - which it did.
I am not sure why the default repos seem to fail so often?
I have found http://mirrors.ibiblio.org/pub/mirrors/maven2 to be
consistently good (fail-over is transparent), and since adding it to my
local settings have never had a failed download - Maybe this should go
on the source page as a maven tip?
Andy