Author: lfryc(a)redhat.com
Date: 2010-07-10 17:14:22 -0400 (Sat, 10 Jul 2010)
New Revision: 17913
Modified:
root/tests/metamer/trunk/ftest/pom.xml
Log:
exposed ${testng.suite.xml} to project properties
Modified: root/tests/metamer/trunk/ftest/pom.xml
===================================================================
--- root/tests/metamer/trunk/ftest/pom.xml 2010-07-10 21:14:11 UTC (rev 17912)
+++ root/tests/metamer/trunk/ftest/pom.xml 2010-07-10 21:14:22 UTC (rev 17913)
@@ -20,6 +20,7 @@
<properties>
<context.path>/testapp/</context.path>
<deployable.version>4.0.0-SNAPSHOT</deployable.version>
+ <testng.suite.xml>src/test/resources/testng.xml</testng.suite.xml>
</properties>
<pluginRepositories>
@@ -220,7 +221,7 @@
</goals>
<configuration>
<suiteXmlFiles>
- <suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
+ <suiteXmlFile>${testng.suite.xml}</suiteXmlFile>
</suiteXmlFiles>
<argLine>-Dtemplates='${templates}'</argLine>
<properties>