Author: max.andersen(a)jboss.com
Date: 2010-03-26 19:25:43 -0400 (Fri, 26 Mar 2010)
New Revision: 21078
Modified:
branches/modular_build/parent-pom.xml
Log:
enable ui harness by default (needs to be fixed)
Modified: branches/modular_build/parent-pom.xml
===================================================================
--- branches/modular_build/parent-pom.xml 2010-03-26 23:22:13 UTC (rev 21077)
+++ branches/modular_build/parent-pom.xml 2010-03-26 23:25:43 UTC (rev 21078)
@@ -60,6 +60,15 @@
</environments>
</configuration>
</plugin>
+<plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-test-plugin</artifactId>
+ <version>${tychoVersion}</version>
+ <configuration>
+ <useUIHarness>true</useUIHarness>
+ <useUIThread>false</useUIThread>
+ </configuration>
+ </plugin>
</plugins>
</build>
Show replies by date