Author: lfryc(a)redhat.com
Date: 2010-09-01 04:12:10 -0400 (Wed, 01 Sep 2010)
New Revision: 19056
Modified:
modules/tests/metamer/trunk/ftest/pom.xml
Log:
ftest supports metamer classifiers jee6, mojarra (default) and myfaces (RFPL-714,
RFPL-774)
Modified: modules/tests/metamer/trunk/ftest/pom.xml
===================================================================
--- modules/tests/metamer/trunk/ftest/pom.xml 2010-09-01 08:11:47 UTC (rev 19055)
+++ modules/tests/metamer/trunk/ftest/pom.xml 2010-09-01 08:12:10 UTC (rev 19056)
@@ -79,6 +79,7 @@
<properties>
<context.path>/metamer/</context.path>
+ <deployable.classifier>mojarra</deployable.classifier>
<deployable.version>4.0.0-SNAPSHOT</deployable.version>
<ftest.source.version>4.0.0-SNAPSHOT</ftest.source.version>
<testng.suite.xml>src/test/resources/testng.xml</testng.suite.xml>
@@ -95,6 +96,7 @@
<dependency>
<groupId>org.richfaces.tests</groupId>
<artifactId>metamer</artifactId>
+ <classifier>${deployable.classifier}</classifier>
<type>${deployable.type}</type>
<version>${deployable.version}</version>
</dependency>
@@ -136,6 +138,7 @@
<groupId>org.richfaces.tests</groupId>
<artifactId>metamer</artifactId>
<type>${deployable.type}</type>
+ <classifier>${deployable.classifier}</classifier>
<properties>
<context>${context.deploy.path}</context>
</properties>
Show replies by date