Author: nickboldt
Date: 2012-05-08 15:00:56 -0400 (Tue, 08 May 2012)
New Revision: 40857
Modified:
trunk/build/parent/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-11666 change systemProperties for OSX to
platformSystemProperties
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2012-05-08 18:40:19 UTC (rev 40856)
+++ trunk/build/parent/pom.xml 2012-05-08 19:00:56 UTC (rev 40857)
@@ -22,6 +22,7 @@
<memoryOptions1>-Xms512m -Xmx1024m -XX:PermSize=256m</memoryOptions1>
<memoryOptions2>-XX:MaxPermSize=256m</memoryOptions2>
<systemProperties></systemProperties>
+ <platformSystemProperties></platformSystemProperties>
<maven.antrun.plugin.version>1.3</maven.antrun.plugin.version>
<swtbot.test.skip>true</swtbot.test.skip>
@@ -160,7 +161,7 @@
</environments>
</configuration>
</plugin>
-
+
<!-- to skip running tests (compile only) use commandline flag: -Dmaven.test.skip
To allow all tests in a pom to pass/fail, use commandline flag: -fae (fail
at end) -->
@@ -176,7 +177,7 @@
<useUIThread>true</useUIThread>
<!-- THE FOLLOWING LINE MUST NOT BE BROKEN BY AUTOFORMATTING -->
<!-- tycho.testArgLine repeated to keep jacoco configuration for
jacoco-maven-plugin -->
- <argLine>${tycho.testArgLine} ${memoryOptions1} ${memoryOptions2}
${systemProperties} -Dusage_reporting_enabled=false</argLine>
+ <argLine>${tycho.testArgLine} ${memoryOptions1} ${memoryOptions2}
${platformSystemProperties} ${systemProperties}
-Dusage_reporting_enabled=false</argLine>
<!--
https://docs.sonatype.org/display/TYCHO/How+to+run+SWTBot+tests+with+Tycho
-->
<!-- set useUIThread=true for regular ui tests -->
<!-- set useUIThread=false for swtbot tests (?) -->
@@ -663,7 +664,7 @@
</activation>
<properties>
<!-- THE FOLLOWING LINE MUST NOT BE BROKEN BY AUTOFORMATTING -->
- <systemProperties combine.children="append"> -d32 -Dosgi.arch=x86
-XstartOnFirstThread </systemProperties>
+ <platformSystemProperties> -d32 -Dosgi.arch=x86 -XstartOnFirstThread
</platformSystemProperties>
</properties>
</profile>