Author: bdaw
Date: 2008-01-04 05:15:24 -0500 (Fri, 04 Jan 2008)
New Revision: 9434
Modified:
modules/common/trunk/build/pom.xml
Log:
readd jboss repos
Modified: modules/common/trunk/build/pom.xml
===================================================================
--- modules/common/trunk/build/pom.xml 2008-01-04 00:42:37 UTC (rev 9433)
+++ modules/common/trunk/build/pom.xml 2008-01-04 10:15:24 UTC (rev 9434)
@@ -30,6 +30,30 @@
<version.ant>1.6.5</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>
+
<build>
<plugins>
<plugin>