Author: dgolovin
Date: 2011-08-15 18:21:58 -0400 (Mon, 15 Aug 2011)
New Revision: 33942
Modified:
trunk/build/parent/pom.xml
Log:
swtbot.test.skip property definition added with default value "true". It let
skip all swt.bot tests who uses this property to let control test execution.
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2011-08-15 21:54:12 UTC (rev 33941)
+++ trunk/build/parent/pom.xml 2011-08-15 22:21:58 UTC (rev 33942)
@@ -22,6 +22,7 @@
<memoryOptions2>-XX:MaxPermSize=256m</memoryOptions2>
<systemProperties></systemProperties>
<maven.antrun.plugin.version>1.3</maven.antrun.plugin.version>
+ <swtbot.test.skip>false</swtbot.test.skip>
<!-- target files available for building: multiple sites, 1 unified site,
1 local mirrored site -->
@@ -478,8 +479,7 @@
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tychoVersion}</version>
<configuration>
- <format>'v'yyyyMMdd-HHmm'-H${BUILD_NUMBER}-${BUILD_ALIAS}'
- </format>
+ <format>'v'yyyyMMdd-HHmm'-H${BUILD_NUMBER}-${BUILD_ALIAS}'</format>
<archiveSite>true</archiveSite>
</configuration>
</plugin>
Show replies by date