[richfaces-svn-commits] JBoss Rich Faces SVN: r12113 - trunk/test-applications/seleniumTest/richfaces.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jan 5 12:39:08 EST 2009


Author: nbelaevski
Date: 2009-01-05 12:39:07 -0500 (Mon, 05 Jan 2009)
New Revision: 12113

Modified:
   trunk/test-applications/seleniumTest/richfaces/pom.xml
Log:
ReportNG added to Hudson configuration

Modified: trunk/test-applications/seleniumTest/richfaces/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/richfaces/pom.xml	2009-01-05 17:38:17 UTC (rev 12112)
+++ trunk/test-applications/seleniumTest/richfaces/pom.xml	2009-01-05 17:39:07 UTC (rev 12113)
@@ -111,9 +111,13 @@
 								</suiteXmlFile>
 							</suiteXmlFiles>
 						    <properties>
-						    	<property>
-					          	<name>listener</name>
-					          	<value>org.richfaces.TestAnnotationTransformer</value>
+						        <property>
+						          <name>usedefaultlisteners</name>
+						          <value>false</value> <!-- disabling default listeners is optional -->
+						        </property>
+   						    	<property>
+						          	<name>listener</name>
+						          	<value>org.richfaces.TestAnnotationTransformer,org.uncommons.reportng.JUnitXMLReporter</value>
 						    	</property>
 						    </properties>
 						</configuration>
@@ -128,6 +132,29 @@
 					</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