Author: bdaw
Date: 2008-01-04 05:15:51 -0500 (Fri, 04 Jan 2008)
New Revision: 9435
Modified:
modules/portlet/trunk/build/pom.xml
Log:
readd jboss repos
Modified: modules/portlet/trunk/build/pom.xml
===================================================================
--- modules/portlet/trunk/build/pom.xml 2008-01-04 10:15:24 UTC (rev 9434)
+++ modules/portlet/trunk/build/pom.xml 2008-01-04 10:15:51 UTC (rev 9435)
@@ -52,7 +52,31 @@
<version.sun-jaxb>2.1.4</version.sun-jaxb>
</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>