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/06/21 22:35:26 UTC

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

Author: olamy
Date: Thu Jun 21 20:35:26 2012
New Revision: 1352669

URL: http://svn.apache.org/viewvc?rev=1352669&view=rev
Log:
osgi stuff need to have artifacts installed

Modified:
    incubator/directmemory/trunk/pom.xml

Modified: incubator/directmemory/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/directmemory/trunk/pom.xml?rev=1352669&r1=1352668&r2=1352669&view=diff
==============================================================================
--- incubator/directmemory/trunk/pom.xml (original)
+++ incubator/directmemory/trunk/pom.xml Thu Jun 21 20:35:26 2012
@@ -338,6 +338,7 @@ under the License.
           <configuration>
             <mavenExecutorId>forked-path</mavenExecutorId>
             <useReleaseProfile>false</useReleaseProfile>
+            <preparationGoals>clean install</preparationGoals>
             <goals>deploy</goals>
             <arguments>-Prelease</arguments>
             <tagBase>https://svn.apache.org/repos/asf/incubator/directmemory/tags</tagBase>