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>