You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/09/09 09:29:09 UTC

svn commit: r693393 - /servicemix/smx4/kernel/trunk/pom.xml

Author: gnodet
Date: Tue Sep  9 00:29:09 2008
New Revision: 693393

URL: http://svn.apache.org/viewvc?rev=693393&view=rev
Log:
Enable the use of the release:perform goal

Modified:
    servicemix/smx4/kernel/trunk/pom.xml

Modified: servicemix/smx4/kernel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/pom.xml?rev=693393&r1=693392&r2=693393&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/pom.xml (original)
+++ servicemix/smx4/kernel/trunk/pom.xml Tue Sep  9 00:29:09 2008
@@ -206,7 +206,10 @@
                   <artifactId>maven-release-plugin</artifactId>
                   <version>2.0-beta-7</version>
                   <configuration>
-                      <preparationGoals>clean,verify,install</preparationGoals>
+                      <useReleaseProfile>false</useReleaseProfile>
+                      <preparationGoals>clean verify install</preparationGoals>
+                      <goals>deploy</goals>
+                      <arguments>-Prelease,deploy</arguments>
                       <autoVersionSubmodules>true</autoVersionSubmodules>
                   </configuration>
               </plugin>