Author: jjankovi
Date: 2012-01-13 04:34:29 -0500 (Fri, 13 Jan 2012)
New Revision: 37816
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml
Log:
Profiles and needed features group added to pom.xml
Modified: trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml 2012-01-13 09:31:39 UTC (rev
37815)
+++ trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml 2012-01-13 09:34:29 UTC (rev
37816)
@@ -11,7 +11,8 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Dswtbot.test.properties.file=./swtbot.properties</systemProperties>
+ <systemProperties>-Dswtbot.test.properties.file=${swtbot.properties}</systemProperties>
+ <test.suite.class>org.jboss.tools.cdi.bot.test.CDIAllBotTests</test.suite.class>
</properties>
<build>
@@ -20,12 +21,14 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
+ <testSuite>org.jboss.tools.cdi.bot.test</testSuite>
+ <testClass>${test.suite.class}</testClass>
<useUIThread>false</useUIThread>
<skip>${swtbot.test.skip}</skip>
<dependencies combine.children="append">
<dependency>
<type>p2-installable-unit</type>
- <artifactId>org.eclipse.jst.server_ui.feature.feature.group</artifactId>
+ <artifactId>org.jboss.tools.cdi.feature.feature.group</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
@@ -33,19 +36,47 @@
<artifactId>org.jboss.ide.eclipse.as.feature.feature.group</artifactId>
<version>0.0.0</version>
</dependency>
+ <dependency>
+ <type>p2-installable-unit</type>
+ <artifactId>org.jboss.tools.jsf.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>
+ <artifactId>org.jboss.tools.cdi.seam.feature.feature.group</artifactId>
<version>0.0.0</version>
</dependency>
+
+ <!--
<dependency>
<type>p2-installable-unit</type>
+ <artifactId>org.eclipse.jst.server_ui.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>
+
+ <profiles>
+ <profile>
+ <id>smoke-bot-tests</id>
+ <properties>
+ <test.suite.class>org.jboss.tools.cdi.bot.test.CDISmokeBotTests</test.suite.class>
+ </properties>
+ </profile>
+ <profile>
+ <id>seam3-bot-tests</id>
+ <properties>
+ <test.suite.class>org.jboss.tools.cdi.bot.test.CDISeam3AllBotTests</test.suite.class>
+ </properties>
+ </profile>
+ </profiles>
</project>
Show replies by date