Author: lfryc(a)redhat.com
Date: 2010-07-10 16:53:21 -0400 (Sat, 10 Jul 2010)
New Revision: 17877
Modified:
root/tests/metamer/trunk/ftest/pom.xml
Log:
removed testapp classifier (deployed snapshots must be without classifier)
Modified: root/tests/metamer/trunk/ftest/pom.xml
===================================================================
--- root/tests/metamer/trunk/ftest/pom.xml 2010-07-10 20:53:00 UTC (rev 17876)
+++ root/tests/metamer/trunk/ftest/pom.xml 2010-07-10 20:53:21 UTC (rev 17877)
@@ -20,7 +20,6 @@
<properties>
<context.path>/testapp/</context.path>
<deployable.version>4.0.0-SNAPSHOT</deployable.version>
- <deployable.classifier>tomcat6</deployable.classifier>
<tomcat6x.installer.url.unix>file:/qa/home/lfryc/apache-tomcat-6.0.26--jsf2.zip</tomcat6x.installer.url.unix>
<container.dir.deflatted>apache-tomcat-6.0.26--jsf2</container.dir.deflatted>
</properties>
@@ -31,7 +30,6 @@
<artifactId>testapp</artifactId>
<type>${deployable.type}</type>
<version>${deployable.version}</version>
- <classifier>${deployable.classifier}</classifier>
</dependency>
<dependency>
<groupId>org.richfaces.tests.testapp</groupId>
@@ -59,7 +57,6 @@
<deployable>
<groupId>org.richfaces.examples</groupId>
<artifactId>testapp</artifactId>
- <classifier>${deployable.classifier}</classifier>
<type>${deployable.type}</type>
<properties>
<context>${context.deploy.path}</context>