[hibernate-commits] Hibernate SVN: r14564 - in core/trunk: distribution and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sat Apr 19 01:21:50 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-04-19 01:21:49 -0400 (Sat, 19 Apr 2008)
New Revision: 14564

Modified:
   core/trunk/distribution/pom.xml
   core/trunk/pom.xml
Log:
try incorporating assembly ; take 4

Modified: core/trunk/distribution/pom.xml
===================================================================
--- core/trunk/distribution/pom.xml	2008-04-19 05:16:39 UTC (rev 14563)
+++ core/trunk/distribution/pom.xml	2008-04-19 05:21:49 UTC (rev 14564)
@@ -59,7 +59,7 @@
                 </configuration>
                 <executions>
                     <execution>
-                        <phase>package</phase>
+                        <phase>deploy</phase>
                         <goals>
                             <goal>attached</goal>
                         </goals>

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2008-04-19 05:16:39 UTC (rev 14563)
+++ core/trunk/pom.xml	2008-04-19 05:21:49 UTC (rev 14564)
@@ -74,6 +74,19 @@
                     <autoVersionSubmodules>true</autoVersionSubmodules>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-site-plugin</artifactId>
+                <version>2.0-beta-6</version>
+                <executions>
+                    <execution>
+                        <phase>deploy</phase>
+                        <goals>
+                            <goal>attached</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>
 




More information about the hibernate-commits mailing list