Author: lfryc(a)redhat.com
Date: 2009-10-21 06:40:54 -0400 (Wed, 21 Oct 2009)
New Revision: 15739
Added:
branches/community/3.3.X/samples/richfaces-demo/functional-test/profiles.jboss-qa.xml
Modified:
branches/community/3.3.X/samples/richfaces-demo/functional-test/pom.xml
Log:
- JBQA-2616 - add installation profile for jboss-qa hudson builds - modified pom.xml
adequately
Modified: branches/community/3.3.X/samples/richfaces-demo/functional-test/pom.xml
===================================================================
--- branches/community/3.3.X/samples/richfaces-demo/functional-test/pom.xml 2009-10-20
23:27:37 UTC (rev 15738)
+++ branches/community/3.3.X/samples/richfaces-demo/functional-test/pom.xml 2009-10-21
10:40:54 UTC (rev 15739)
@@ -288,9 +288,7 @@
</property>
</activation>
<properties>
- <container.version>5.1.0.GA</container.version>
<container.home>${project.build.directory}/installs/jboss-${container.version}/jboss-${container.version}</container.home>
- <
container.installer.url>http://downloads.sourceforge.net/project/jboss...
</properties>
<build>
<plugins>
@@ -321,6 +319,19 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>container-jboss5x-installation</id>
+ <activation>
+ <property>
+ <name>containerId</name>
+ <value>jboss5x</value>
+ </property>
+ </activation>
+ <properties>
+ <container.version>5.1.0.GA</container.version>
+ <
container.installer.url>http://downloads.sourceforge.net/project/jboss...
+ </properties>
+ </profile>
<!-- Container: Tomcat 6.X -->
<profile>
<id>container-tomcat6x</id>
@@ -331,12 +342,10 @@
</property>
</activation>
<properties>
- <container.version>6.0.20</container.version>
<container.home>${project.build.directory}/installs/apache-tomcat-${container.version}/apache-tomcat-${container.version}</container.home>
- <
container.installer.url>http://www.apache.org/dist/tomcat/tomcat-6/v6....
</properties>
<build>
- <plugins>
+ <plugins>
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
@@ -351,6 +360,19 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>container-tomcat6x-installation</id>
+ <activation>
+ <property>
+ <name>containerId</name>
+ <value>tomcat6x</value>
+ </property>
+ </activation>
+ <properties>
+ <container.version>6.0.20</container.version>
+ <
container.installer.url>http://www.apache.org/dist/tomcat/tomcat-6/v${...
+ </properties>
+ </profile>
</profiles>
<dependencies>
<dependency>
Copied:
branches/community/3.3.X/samples/richfaces-demo/functional-test/profiles.jboss-qa.xml
(from rev 15735,
branches/community/3.3.X/samples/richfaces-demo/functional-test/profiles.xml)
===================================================================
--- branches/community/3.3.X/samples/richfaces-demo/functional-test/profiles.jboss-qa.xml
(rev 0)
+++
branches/community/3.3.X/samples/richfaces-demo/functional-test/profiles.jboss-qa.xml 2009-10-21
10:40:54 UTC (rev 15739)
@@ -0,0 +1,123 @@
+<profilesXml
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/settings-1.0.0.xsd">
+ <profiles>
+ <!-- This is used by JBoss RichFaces QA -->
+ <profile>
+ <id>tests-not-empty</id>
+ <activation>
+ <property>
+ <name>profile.test</name>
+ <value>!</value>
+ </property>
+ </activation>
+ <properties>
+ <test>${profile.test}</test>
+ </properties>
+ </profile>
+ <profile>
+ <id>demo-version-not-empty</id>
+ <activation>
+ <property>
+ <name>profile.demo.version</name>
+ <value>!</value>
+ </property>
+ </activation>
+ <properties>
+ <demo.version>${profile.demo.version}</demo.version>
+ </properties>
+ </profile>
+ <!-- FIREFOX_VERSION -->
+ <profile>
+ <id>browser-firefox-2</id>
+ <activation>
+ <property>
+ <name>profile.browser</name>
+ <value>firefox-2</value>
+ </property>
+ </activation>
+ <properties>
+ <browser.version>2.0.0.20</browser.version>
+ <browser>${browser.firefox}</browser>
+ </properties>
+ </profile>
+ <profile>
+ <id>browser-firefox-3.0</id>
+ <activation>
+ <property>
+ <name>profile.browser</name>
+ <value>firefox-3.0</value>
+ </property>
+ </activation>
+ <properties>
+ <browser.version>3.0.14</browser.version>
+ <browser>${browser.firefox}</browser>
+ </properties>
+ </profile>
+ <profile>
+ <id>browser-firefox-3.5</id>
+ <activation>
+ <property>
+ <name>profile.browser</name>
+ <value>firefox-3.5</value>
+ </property>
+ </activation>
+ <properties>
+ <browser.version>3.5.3</browser.version>
+ <browser>${browser.firefox}</browser>
+ </properties>
+ </profile>
+ <!-- FIREFOX OS DENPENDENT -->
+ <profile>
+ <id>firefoxes-home-linux</id>
+ <activation>
+ <os>
+ <family>unix</family>
+ </os>
+ </activation>
+ <properties>
+ <firefoxes.home>/qa/home/lfryc/firefoxes/linux-i686</firefoxes.home>
+ <browser.firefox>*firefox
${firefoxes.home}/firefox-${browser.version}/firefox-bin</browser.firefox>
+ </properties>
+ </profile>
+ <profile>
+ <id>firefoxes-home-windows</id>
+ <activation>
+ <os>
+ <family>windows</family>
+ </os>
+ </activation>
+ <properties>
+ <firefoxes.home>H:\lfryc\firefoxes\win32</firefoxes.home>
+ <browser.firefox>*firefox
${firefoxes.home}\firefox-${browser.version}\firefox.exe</browser.firefox>
+ </properties>
+ </profile>
+ <profile>
+ <id>container-tomcat6x-installation</id>
+ <activation>
+ <property>
+ <name>containerId</name>
+ <value>tomcat6x</value>
+ </property>
+ </activation>
+ <properties>
+ <container.version>6.0.18</container.version>
+ <container.installer.url>file:/qa/tools/opt/src/apache/apache-tomcat-6.0.18.zip</container.installer.url>
+ </properties>
+ </profile>
+ <profile>
+ <id>container-jboss5x-installation</id>
+ <activation>
+ <property>
+ <name>containerId</name>
+ <value>jboss5x</value>
+ </property>
+ </activation>
+ <properties>
+ <container.version>5.1.0.GA</container.version>
+ <container.installer.url>file:/qa/tools/opt/src/jboss/jboss-5.1.0.GA.zip</container.installer.url>
+ </properties>
+ </profile>
+ </profiles>
+</profilesXml>