[hibernate-commits] Hibernate SVN: r16457 - validator/trunk/hibernate-validator-tck-runner.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Apr 27 09:26:58 EDT 2009


Author: hardy.ferentschik
Date: 2009-04-27 09:26:58 -0400 (Mon, 27 Apr 2009)
New Revision: 16457

Modified:
   validator/trunk/hibernate-validator-tck-runner/pom.xml
Log:
get ready for the release

Modified: validator/trunk/hibernate-validator-tck-runner/pom.xml
===================================================================
--- validator/trunk/hibernate-validator-tck-runner/pom.xml	2009-04-27 13:14:12 UTC (rev 16456)
+++ validator/trunk/hibernate-validator-tck-runner/pom.xml	2009-04-27 13:26:58 UTC (rev 16457)
@@ -1,6 +1,6 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <artifactId>hibernate-validator-parent</artifactId>
         <groupId>org.hibernate</groupId>
@@ -34,12 +34,12 @@
         <dependency>
             <groupId>org.hibernate.jsr303.tck</groupId>
             <artifactId>jsr303-tck</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0.Alpha1</version>
         </dependency>
         <dependency>
             <groupId>org.jboss.test-harness</groupId>
             <artifactId>jboss-test-harness-jboss-as-50</artifactId>
-            <version>1.0.0.BETA2</version>
+            <version>1.0.0.Beta2</version>
         </dependency>
     </dependencies>
 
@@ -65,7 +65,7 @@
                                     <classifier>suite</classifier>
                                     <overWrite>true</overWrite>
                                 </artifactItem>
-                                 <artifactItem>
+                                <artifactItem>
                                     <groupId>javax.validation</groupId>
                                     <artifactId>validation-api</artifactId>
                                     <overWrite>true</overWrite>
@@ -83,7 +83,6 @@
                                     <overWrite>true</overWrite>
                                     <outputDirectory>${project.build.directory}/dependency/lib</outputDirectory>
                                 </artifactItem>
-
                             </artifactItems>
                         </configuration>
                     </execution>
@@ -97,8 +96,7 @@
                         <suiteXmlFile>${project.build.directory}/dependency/jsr303-tck-suite.xml</suiteXmlFile>
                     </suiteXmlFiles>
                     <argLine>-Xmx128m</argLine>
-                    <forkMode>pertest</forkMode>
-                    <!--redirectTestOutputToFile>true</redirectTestOutputToFile-->
+                    <forkMode>once</forkMode>
                 </configuration>
             </plugin>
             <plugin>
@@ -120,7 +118,6 @@
             </plugin>
         </plugins>
     </build>
-
     <profiles>
         <profile>
             <id>incontainer-debug</id>
@@ -136,8 +133,7 @@
                         <artifactId>maven-surefire-plugin</artifactId>
                         <configuration>
                             <suiteXmlFiles>
-                                <suiteXmlFile>${project.build.directory}/dependency/jsr303-tck-impl-suite.xml
-                                </suiteXmlFile>
+                                <suiteXmlFile>${project.build.directory}/dependency/jsr303-tck-suite.xml</suiteXmlFile>
                             </suiteXmlFiles>
                             <systemProperties>
                                 <property>
@@ -180,8 +176,7 @@
                         <artifactId>maven-surefire-plugin</artifactId>
                         <configuration>
                             <suiteXmlFiles>
-                                <suiteXmlFile>${project.build.directory}/dependency/jsr303-tck-impl-suite.xml
-                                </suiteXmlFile>
+                                <suiteXmlFile>${project.build.directory}/dependency/jsr303-tck-suite.xml</suiteXmlFile>
                             </suiteXmlFiles>
                             <systemProperties>
                                 <property>




More information about the hibernate-commits mailing list