You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2012/02/28 19:35:12 UTC

svn commit: r1294765 - /incubator/directmemory/trunk/pom.xml

Author: olamy
Date: Tue Feb 28 18:35:12 2012
New Revision: 1294765

URL: http://svn.apache.org/viewvc?rev=1294765&view=rev
Log:
use deploy goals for release plugin

Modified:
    incubator/directmemory/trunk/pom.xml

Modified: incubator/directmemory/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/directmemory/trunk/pom.xml?rev=1294765&r1=1294764&r2=1294765&view=diff
==============================================================================
--- incubator/directmemory/trunk/pom.xml (original)
+++ incubator/directmemory/trunk/pom.xml Tue Feb 28 18:35:12 2012
@@ -321,6 +321,7 @@ under the License.
           <configuration>
             <mavenExecutorId>forked-path</mavenExecutorId>
             <useReleaseProfile>false</useReleaseProfile>
+            <goals>deploy</goals>
             <arguments>-Prelease</arguments>
           </configuration>
         </plugin>