[jbosstools-commits] JBoss Tools SVN: r43108 - in trunk: build/parent and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Aug 20 08:42:25 EDT 2012


Author: mickael_istria
Date: 2012-08-20 08:42:24 -0400 (Mon, 20 Aug 2012)
New Revision: 43108

Modified:
   trunk/as/tests/org.jboss.tools.as.test.core/pom.xml
   trunk/build/parent/pom.xml
Log:
JBIDE-12420: propage skipPrivateRequirements to AS.

Modified: trunk/as/tests/org.jboss.tools.as.test.core/pom.xml
===================================================================
(Binary files differ)

Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml	2012-08-20 12:10:39 UTC (rev 43107)
+++ trunk/build/parent/pom.xml	2012-08-20 12:42:24 UTC (rev 43108)
@@ -22,17 +22,23 @@
 		<systemProperties></systemProperties>
 		<platformSystemProperties></platformSystemProperties>
 		<maven.antrun.plugin.version>1.3</maven.antrun.plugin.version>
+		
 		<swtbot.test.skip>true</swtbot.test.skip>
 		<!-- Used to install 3rd-party runtimes for testing -->
 		<skipRequirements>${skipTests}</skipRequirements>
+		<!-- Skip downloading private stuff, to be propagated to tests to skip executing test based on private stuff -->
+		<!-- See JBIDE-12420 -->
+		<skipPrivateRequirements>true</skipPrivateRequirements>
 		<requirementsDirectory>${project.build.directory}/requirements</requirementsDirectory>
+		<!-- Tests Timeout in seconds -->
+		<surefire.timeout>2400</surefire.timeout>		
+		<!-- Default coverage filter, to be overriden when necessary -->
+		<coverage.filter>org.jboss.tools.*</coverage.filter>
 
 		<!-- target files available for building: multiple sites, 1 unified site, 
 			1 local mirrored site -->
-		<target.platform.classifier.unified>unified
-		</target.platform.classifier.unified>
-		<target.platform.classifier.local>local
-		</target.platform.classifier.local>
+		<target.platform.classifier.unified>unified</target.platform.classifier.unified>
+		<target.platform.classifier.local>local</target.platform.classifier.local>
 
 		<!-- 1a. URL of latest JBT target platform site -->
 		<jbosstools-target-site>http://download.jboss.org/jbosstools/updates/target-platform_3.4.juno.SR0/latest/</jbosstools-target-site>
@@ -73,11 +79,6 @@
 		<!-- 5. extra requirements (for 3rd party "Extras" site) -->
 		<jboss-requirements-composite-extras-mirror>http://download.jboss.org/jbosstools/updates/juno/extras/</jboss-requirements-composite-extras-mirror>
 
-		<!-- Tests Timeout in seconds -->
-		<surefire.timeout>2400</surefire.timeout>		
-		<!-- Default coverage filter, to be overriden when necessary -->
-		<coverage.filter>org.jboss.tools.*</coverage.filter>
-
 		<!-- JBIDE-11700, JBIDE-11865: latest stable build of m2e-apt for use with JBDS product builds -->		
 		<m2e-apt>http://download.jboss.org/jbosstools/updates/requirements/m2eclipse/m2e-apt-1.0.0-2012-06-05_16-15-59-H16/</m2e-apt>
 		



More information about the jbosstools-commits mailing list