[hibernate-commits] Hibernate SVN: r14570 - core/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Apr 21 12:34:17 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-04-21 12:34:17 -0400 (Mon, 21 Apr 2008)
New Revision: 14570

Modified:
   core/trunk/pom.xml
Log:
try again, this time binding the whole projects site generation to the aggregators install phase to work around timing issue with distribution module

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2008-04-21 16:31:47 UTC (rev 14569)
+++ core/trunk/pom.xml	2008-04-21 16:34:17 UTC (rev 14570)
@@ -80,7 +80,12 @@
                 <version>2.0-beta-6</version>
                 <executions>
                     <execution>
-                        <phase>deploy</phase>
+                        <!--
+                            need to bind this to install so it can run b4 the
+                            assembly binding to deploy in the distribution
+                            module
+                        -->
+                        <phase>install</phase>
                         <goals>
                             <goal>site</goal>
                         </goals>




More information about the hibernate-commits mailing list