[jbosstools-commits] JBoss Tools SVN: r41427 - trunk/build/parent.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri May 25 10:51:05 EDT 2012


Author: mickael_istria
Date: 2012-05-25 10:51:05 -0400 (Fri, 25 May 2012)
New Revision: 41427

Modified:
   trunk/build/parent/pom.xml
Log:
Added test repo to nightly profiles since some modules also depends and tests to build (cf ModeShape)

Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml	2012-05-25 14:48:18 UTC (rev 41426)
+++ trunk/build/parent/pom.xml	2012-05-25 14:51:05 UTC (rev 41427)
@@ -460,6 +460,17 @@
 						<enabled>true</enabled>
 					</releases>
 				</repository>
+				<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>
 			</repositories>
 		</profile>
 		<profile>
@@ -482,6 +493,17 @@
 						<enabled>true</enabled>
 					</releases>
 				</repository>
+				<repository>
+					<id>jbosstools-nightly-soa-tooling-tests</id>
+					<url>${jbosstools-nightly-soa-tooling-tests}</url>
+					<layout>p2</layout>
+					<snapshots>
+						<enabled>true</enabled>
+					</snapshots>
+					<releases>
+						<enabled>true</enabled>
+					</releases>
+				</repository>
 			</repositories>
 		</profile>
 



More information about the jbosstools-commits mailing list