[hibernate-commits] Hibernate SVN: r19511 - in core/branches/Branch_3_3_2_GA_CP: distribution and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri May 14 02:55:33 EDT 2010


Author: stliu
Date: 2010-05-14 02:55:33 -0400 (Fri, 14 May 2010)
New Revision: 19511

Removed:
   core/branches/Branch_3_3_2_GA_CP/documentation/
Modified:
   core/branches/Branch_3_3_2_GA_CP/distribution/pom.xml
Log:
JBPAPP-4297 remove document source from hibernate cp branch

Modified: core/branches/Branch_3_3_2_GA_CP/distribution/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/distribution/pom.xml	2010-05-14 06:54:58 UTC (rev 19510)
+++ core/branches/Branch_3_3_2_GA_CP/distribution/pom.xml	2010-05-14 06:55:33 UTC (rev 19511)
@@ -53,7 +53,16 @@
                         <descriptors>
                             <descriptor>src/assembly/dist.xml</descriptor>
                         </descriptors>
-                    </configuration>
+                 </configuration>
+				<executions>
+					<execution>
+						<id>make-assembly</id>
+						<phase>package</phase>
+						<goals>
+							<goal>single</goal>
+						</goals>
+					</execution>
+				</executions>
             </plugin>
         </plugins>
     </build>



More information about the hibernate-commits mailing list