[jbosstools-commits] JBoss Tools SVN: r39908 - trunk/runtime-soa.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Mar 29 01:06:30 EDT 2012


Author: nickboldt
Date: 2012-03-29 01:06:29 -0400 (Thu, 29 Mar 2012)
New Revision: 39908

Modified:
   trunk/runtime-soa/pom.xml
Log:
JBIDE-11077 use new jbosstools-nightly-tests site (http://download.jboss.org/jbosstools/updates/nightly/coretests/trunk/) as source for things like o.j.t.runtime.test plugin -- 'Cannot find test suite project with Bundle-SymbolicName org.jboss.tools.runtime.test'

Modified: trunk/runtime-soa/pom.xml
===================================================================
--- trunk/runtime-soa/pom.xml	2012-03-29 05:06:21 UTC (rev 39907)
+++ trunk/runtime-soa/pom.xml	2012-03-29 05:06:29 UTC (rev 39908)
@@ -26,13 +26,24 @@
 	-->
 	
 	<repositories>
+		<repository>
+			<id>jbosstools-nightly-tests</id>
+			<url>${jbosstools-nightly-tests}</url>
+			<layout>p2</layout>
+			<snapshots>
+				<enabled>true</enabled>
+			</snapshots>
+			<releases>
+				<enabled>true</enabled>
+			</releases>
+		</repository>
 		<!-- To resolve parent artifact -->
-	    <repository>
-      		<id>jboss-public-repository-group</id>
-      		<name>JBoss Public Repository Group</name>
-      		<url>http://repository.jboss.org/nexus/content/groups/public/</url>
-    	</repository>
-    	<repository>
+	    	<repository>
+      			<id>jboss-public-repository-group</id>
+	      		<name>JBoss Public Repository Group</name>
+      			<url>http://repository.jboss.org/nexus/content/groups/public/</url>
+	    	</repository>
+    		<repository>
 			<id>jboss-snapshots-repository</id>
 			<name>JBoss Snapshots Repository</name>
 			<url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>



More information about the jbosstools-commits mailing list