You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2010/03/08 20:38:44 UTC

svn commit: r920478 - /openwebbeans/trunk/pom.xml

Author: gerdogdu
Date: Mon Mar  8 19:38:44 2010
New Revision: 920478

URL: http://svn.apache.org/viewvc?rev=920478&view=rev
Log:
adding jboss repository for jboss-test-harness-api that is not found in central maven

Modified:
    openwebbeans/trunk/pom.xml

Modified: openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=920478&r1=920477&r2=920478&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Mon Mar  8 19:38:44 2010
@@ -143,9 +143,21 @@
         </developer>
     </developers>
 	
+      <!--Used for jboss-test-harness-api not in central maven -->
+    <repositories>
+          <repository>
+          <id>repository.jboss.org</id>
+          <name>JBoss Repository</name>
+          <url>http://repository.jboss.org/maven2</url>
+          <releases>
+            <enabled>true</enabled>
+          </releases>
+          </repository>
+     </repositories>
+ 
     <build>
     <defaultGoal>install</defaultGoal>
-    
+
     <pluginManagement>
         <plugins>
             <plugin>