[jboss-osgi-commits] JBoss-OSGI SVN: r87488 - projects/jboss-osgi/trunk/testsuite/example.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Fri Apr 17 07:01:59 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-04-17 07:01:59 -0400 (Fri, 17 Apr 2009)
New Revision: 87488

Modified:
   projects/jboss-osgi/trunk/testsuite/example/pom.xml
Log:
define the jboss repository

Modified: projects/jboss-osgi/trunk/testsuite/example/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-04-17 10:39:42 UTC (rev 87487)
+++ projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-04-17 11:01:59 UTC (rev 87488)
@@ -178,6 +178,20 @@
     </plugins>
   </build>
 
+  <!-- Repositories -->
+  <repositories>
+    <!-- 
+      Also define the JBoss Repository here because 
+      the examples are distributed standalone 
+    -->
+    <repository>
+      <id>repository.jboss.org</id>
+      <name>JBoss Repository</name>
+      <url>http://repository.jboss.org/maven2</url>
+    </repository>
+  </repositories>
+  
+  <!-- Profiles -->
   <profiles>
 
     <!--




More information about the jboss-osgi-commits mailing list