[hibernate-commits] Hibernate SVN: r17896 - core/tags/hibernate-3.5.0-Beta-2/distribution.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Nov 3 00:11:20 EST 2009


Author: steve.ebersole at jboss.com
Date: 2009-11-03 00:11:19 -0500 (Tue, 03 Nov 2009)
New Revision: 17896

Modified:
   core/tags/hibernate-3.5.0-Beta-2/distribution/pom.xml
Log:
Bind assembly building to deploy phase

Modified: core/tags/hibernate-3.5.0-Beta-2/distribution/pom.xml
===================================================================
--- core/tags/hibernate-3.5.0-Beta-2/distribution/pom.xml	2009-11-03 02:03:08 UTC (rev 17895)
+++ core/tags/hibernate-3.5.0-Beta-2/distribution/pom.xml	2009-11-03 05:11:19 UTC (rev 17896)
@@ -44,6 +44,20 @@
     <description>Builds the complete Hibernate distribution bundles</description>
 
     <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>deploy</phase>
+                        <goals>
+                            <goal>single</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
         <pluginManagement>
             <plugins>
                 <plugin>



More information about the hibernate-commits mailing list