Author: bdaw
Date: 2008-01-04 05:16:59 -0500 (Fri, 04 Jan 2008)
New Revision: 9437
Modified:
modules/web/trunk/build/pom.xml
Log:
readd jboss repos
Modified: modules/web/trunk/build/pom.xml
===================================================================
--- modules/web/trunk/build/pom.xml 2008-01-04 10:16:19 UTC (rev 9436)
+++ modules/web/trunk/build/pom.xml 2008-01-04 10:16:59 UTC (rev 9437)
@@ -49,6 +49,29 @@
<version.ant>1.7.0</version.ant>
</properties>
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <layout>default</layout>
+ <
url>http://repository.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshots Repository</name>
+ <layout>default</layout>
+ <
url>http://snapshots.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ </repositories>
<pluginRepositories/>