[kune-commits] r1392 - trunk

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Sun May 15 17:21:25 CEST 2011


Author: vjrj_
Date: 2011-05-15 17:21:25 +0200 (Sun, 15 May 2011)
New Revision: 1392

Modified:
   trunk/pom.xml
Log:
junit reenabled

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2011-05-15 15:11:05 UTC (rev 1391)
+++ trunk/pom.xml	2011-05-15 15:21:25 UTC (rev 1392)
@@ -522,12 +522,12 @@
         </exclusion>
       </exclusions>
     </dependency>
-    <dependency>
+<!--  <dependency>
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
       <version>5.14</version>
       <scope>test</scope>
-    </dependency>
+    </dependency> -->
     <!-- If you want to start a selenium server, you will need the following
       dependency: -->
     <!-- <dependency> -->
@@ -808,6 +808,10 @@
             <exclude>**/*_Roo_*</exclude>
           </excludes>
           <forkMode>pertest</forkMode>
+          <property>
+            <name>junit</name>
+            <value>true</value>
+          </property>
           <!-- Skip the normal tests, we'll run them in the integration-test
             phase -->
           <skipTests>${skipTests}</skipTests>




More information about the kune-commits mailing list