[hibernate-commits] Hibernate SVN: r14491 - in maven-poms/trunk: core-parent and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Apr 1 12:29:34 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-04-01 12:29:34 -0400 (Tue, 01 Apr 2008)
New Revision: 14491

Modified:
   maven-poms/trunk/core-manual-parent/pom.xml
   maven-poms/trunk/core-parent/pom.xml
Log:
surefire plugin 2.4.2 + logging redirect

Modified: maven-poms/trunk/core-manual-parent/pom.xml
===================================================================
--- maven-poms/trunk/core-manual-parent/pom.xml	2008-04-01 15:57:12 UTC (rev 14490)
+++ maven-poms/trunk/core-manual-parent/pom.xml	2008-04-01 16:29:34 UTC (rev 14491)
@@ -35,7 +35,7 @@
     <parent>
     	<groupId>org.hibernate</groupId>
     	<artifactId>hibernate-core-parent</artifactId>
-    	<version>2</version>
+    	<version>3</version>
         <!-- if we have both parents checked out then use the realtive path... -->
         <relativePath>../core-parent/pom.xml</relativePath>
     </parent>
@@ -43,7 +43,7 @@
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-manual-parent</artifactId>
     <packaging>pom</packaging>
-    <version>2</version>
+    <version>3</version>
     <name>Hibernate Core Manual Parent</name>
     <description>Parent POM for the Hibernate Core reference manual modules</description>
 

Modified: maven-poms/trunk/core-parent/pom.xml
===================================================================
--- maven-poms/trunk/core-parent/pom.xml	2008-04-01 15:57:12 UTC (rev 14490)
+++ maven-poms/trunk/core-parent/pom.xml	2008-04-01 16:29:34 UTC (rev 14491)
@@ -33,7 +33,7 @@
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-core-parent</artifactId>
     <packaging>pom</packaging>
-    <version>2</version>
+    <version>3</version>
 
     <name>Hibernate Core Parent</name>
     <description>The base POM for all Hibernate Core modules.</description>
@@ -112,6 +112,14 @@
     <build>
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>2.4.2</version>
+                <configuration>
+                    <redirectTestOutputToFile>true</redirectTestOutputToFile>
+                </configuration>
+            </plugin>
+            <plugin>
                 <!-- require at least JDK 1.5 to run the build -->
                 <!-- ... -->
                 <!-- we need at least Maven 2.0.8 because of a bug fix affecting our antlr usage -->




More information about the hibernate-commits mailing list