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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Apr 21 17:50:38 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-04-21 17:50:38 -0400 (Mon, 21 Apr 2008)
New Revision: 14580

Modified:
   core/trunk/distribution/pom.xml
Log:
apply activation based on performRelease property

Modified: core/trunk/distribution/pom.xml
===================================================================
--- core/trunk/distribution/pom.xml	2008-04-21 20:22:51 UTC (rev 14579)
+++ core/trunk/distribution/pom.xml	2008-04-21 21:50:38 UTC (rev 14580)
@@ -96,6 +96,12 @@
                 as part of release ( I think/hope :p )
             -->
             <id>release-profile</id>
+            <activation> 
+                <property>
+                    <name>performRelease</name>
+                    <value>true</value>
+                </property>
+            </activation>
             <build>
                 <plugins>
                     <plugin>
@@ -106,7 +112,7 @@
                             <execution>
                                 <phase>deploy</phase>
                                 <goals>
-                                    <goal>attached</goal>
+                                    <goal>single</goal>
                                 </goals>
                             </execution>
                         </executions>




More information about the hibernate-commits mailing list