[richfaces-svn-commits] JBoss Rich Faces SVN: r12219 - trunk/test-applications/seleniumTest/richfaces.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Jan 12 08:21:43 EST 2009
Author: nbelaevski
Date: 2009-01-12 08:21:43 -0500 (Mon, 12 Jan 2009)
New Revision: 12219
Modified:
trunk/test-applications/seleniumTest/richfaces/pom.xml
Log:
Tests configuration reverted to original
Modified: trunk/test-applications/seleniumTest/richfaces/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/richfaces/pom.xml 2009-01-12 13:18:17 UTC (rev 12218)
+++ trunk/test-applications/seleniumTest/richfaces/pom.xml 2009-01-12 13:21:43 UTC (rev 12219)
@@ -110,17 +110,10 @@
src/test/testng/hudson/testng.xml
</suiteXmlFile>
</suiteXmlFiles>
- <disableXmlReport>
- true
- </disableXmlReport>
<properties>
- <!-- property>
- <name>usedefaultlisteners</name>
- <value>false</value>
- </property -->
- <property>
- <name>listener</name>
- <value>org.richfaces.TestAnnotationTransformer,org.uncommons.reportng.JUnitXMLReporter</value>
+ <property>
+ <name>listener</name>
+ <value>org.richfaces.TestAnnotationTransformer</value>
</property>
</properties>
</configuration>
@@ -135,29 +128,6 @@
</plugin>
</plugins>
</build>
- <dependencies>
- <dependency>
- <groupId>org.uncommons</groupId>
- <artifactId>reportng</artifactId>
- <version>0.9.8</version>
-
- <exclusions>
- <exclusion>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.velocity</groupId>
- <artifactId>velocity</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>velocity</groupId>
- <artifactId>velocity</artifactId>
- <version>1.4</version>
- </dependency>
- </dependencies>
</profile>
</profiles>
<repositories>
More information about the richfaces-svn-commits
mailing list