Author: jjankovi
Date: 2012-01-25 06:08:49 -0500 (Wed, 25 Jan 2012)
New Revision: 38165
Modified:
trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml
Log:
some changes in pom.xml
Modified: trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml 2012-01-25 11:08:07 UTC (rev
38164)
+++ trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml 2012-01-25 11:08:49 UTC (rev
38165)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.tools.ws</groupId>
@@ -11,6 +12,9 @@
<artifactId>org.jboss.tools.ws.ui.bot.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
+ <properties>
+ <systemProperties>-Dswtbot.test.properties.file=${swtbot.properties}</systemProperties>
+ </properties>
<build>
<plugins>
@@ -18,10 +22,36 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
+ <testSuite>org.jboss.tools.ws.ui.bot.test</testSuite>
+ <testClass>org.jboss.tools.ws.ui.bot.test.WSAllBotTests</testClass>
<useUIThread>false</useUIThread>
<skip>${swtbot.test.skip}</skip>
+ <dependencies combine.children="append">
+ <dependency>
+ <type>p2-installable-unit</type>
+ <artifactId>org.jboss.tools.ws.feature.feature.group</artifactId>
+ <version>0.0.0</version>
+ </dependency>
+ <dependency>
+ <type>p2-installable-unit</type>
+ <artifactId>org.jboss.tools.ws.jaxrs.feature.feature.group</artifactId>
+ <version>0.0.0</version>
+ </dependency>
+ <!--
+ <dependency>
+ <type>p2-installable-unit</type>
+ <artifactId>org.jboss.tools.cdi.feature.feature.group</artifactId>
+ <version>0.0.0</version>
+ </dependency>
+ <dependency>
+ <type>p2-installable-unit</type>
+ <artifactId>org.jboss.tools.richfaces.feature.feature.group</artifactId>
+ <version>0.0.0</version>
+ </dependency>
+ -->
+ </dependencies>
</configuration>
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>