Author: jjamrich
Date: 2011-10-20 06:03:58 -0400 (Thu, 20 Oct 2011)
New Revision: 22833
Modified:
modules/tests/metamer/trunk/ftest/pom.xml
Log:
RFPL-1682: add param values into maven profile to manage resource mapping option
Because of matric job configuration on Jenkins require param value, changing maven
profiles to use param value not just param presence.
Modified: modules/tests/metamer/trunk/ftest/pom.xml
===================================================================
--- modules/tests/metamer/trunk/ftest/pom.xml 2011-10-20 10:03:38 UTC (rev 22832)
+++ modules/tests/metamer/trunk/ftest/pom.xml 2011-10-20 10:03:58 UTC (rev 22833)
@@ -447,6 +447,7 @@
<activation>
<property>
<name>org.richfaces.resourceMapping.enabled</name>
+ <value>true</value>
</property>
</activation>
<build>
@@ -465,7 +466,7 @@
<artifactItem>
<groupId>org.richfaces.tests</groupId>
<artifactId>metamer</artifactId>
-
<version>4.1.0-SNAPSHOT</version>
+
<version>${deployable.version}</version>
<type>war</type>
<classifier>${deployable.classifier}</classifier>
<overWrite>true</overWrite>
@@ -488,6 +489,7 @@
<activation>
<property>
<name>org.richfaces.resourceMapping.enabled</name>
+ <value>true</value>
</property>
</activation>
<build>
@@ -526,6 +528,7 @@
<activation>
<property>
<name>org.richfaces.resourceMapping.compressedStages</name>
+ <value>true</value>
</property>
</activation>
<build>
@@ -563,6 +566,7 @@
<activation>
<property>
<name>org.richfaces.resourceMapping.packedStages</name>
+ <value>true</value>
</property>
</activation>
<build>
@@ -600,6 +604,7 @@
<activation>
<property>
<name>org.richfaces.resourceMapping.enabled</name>
+ <value>true</value>
</property>
</activation>
<build>
Show replies by date