[jbosstools-commits] JBoss Tools SVN: r41537 - branches/jbosstools-3.3.x/build/parent.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed May 30 11:35:22 EDT 2012


Author: nickboldt
Date: 2012-05-30 11:35:22 -0400 (Wed, 30 May 2012)
New Revision: 41537

Modified:
   branches/jbosstools-3.3.x/build/parent/pom.xml
Log:
remove reference to jbosstools-nightly-soa-tooling-tests to avoid circular dependency

Modified: branches/jbosstools-3.3.x/build/parent/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/build/parent/pom.xml	2012-05-30 14:40:50 UTC (rev 41536)
+++ branches/jbosstools-3.3.x/build/parent/pom.xml	2012-05-30 15:35:22 UTC (rev 41537)
@@ -504,7 +504,7 @@
 						<enabled>true</enabled>
 					</releases>
 				</repository>
-				<repository>
+				<!-- remove this to avoid circular dependency <repository>
 					<id>jbosstools-nightly-soa-tooling-tests</id>
 					<url>${jbosstools-nightly-soa-tooling-tests}</url>
 					<layout>p2</layout>
@@ -514,7 +514,7 @@
 					<releases>
 						<enabled>true</enabled>
 					</releases>
-				</repository>
+				</repository> -->
 			</repositories>
 		</profile>
 



More information about the jbosstools-commits mailing list