Author: thomas.diesler(a)jboss.com
Date: 2008-04-30 09:22:23 -0400 (Wed, 30 Apr 2008)
New Revision: 6780
Modified:
stack/cxf/trunk/pom.xml
Log:
Add jboss repository to pull down jbossws-parent
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2008-04-30 13:14:29 UTC (rev 6779)
+++ stack/cxf/trunk/pom.xml 2008-04-30 13:22:23 UTC (rev 6780)
@@ -388,6 +388,24 @@
</plugins>
</build>
+ <!-- Repositories -->
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <
url>http://repository.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>snapshots.jboss.org</id>
+ <
url>http://snapshots.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
<!-- Profiles -->
<profiles>
<!--