You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/02/24 21:15:21 UTC

svn commit: r915958 - /openjpa/trunk/pom.xml

Author: dwoods
Date: Wed Feb 24 20:15:20 2010
New Revision: 915958

URL: http://svn.apache.org/viewvc?rev=915958&view=rev
Log:
hack for maven-release-plugin

Modified:
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=915958&r1=915957&r2=915958&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Wed Feb 24 20:15:20 2010
@@ -249,6 +249,8 @@
                         <artifactId>maven-release-plugin</artifactId>
                         <configuration>
                             <useReleaseProfile>false</useReleaseProfile>
+                            <!-- work-around for MJAR-68 -->
+                            <preparationGoals>clean install</preparationGoals>
                             <goals>deploy site site-deploy</goals>
                             <arguments>-Prelease,docbook-profile</arguments>
                             <autoVersionSubmodules>true</autoVersionSubmodules>