mirror of https://github.com/apache/openjpa.git
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:
parent
428cbc0cae
commit
1462290177
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue