hack for maven-release-plugin

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@915958 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-02-24 20:15:20 +00:00
parent 428cbc0cae
commit 1462290177
1 changed files with 2 additions and 0 deletions

View File

@ -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>