OPENJPA-633 update release plugin arguments and specify docbook plugin version

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@677476 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2008-07-17 00:22:16 +00:00
parent 6985c31868
commit 8c5668e4ec
2 changed files with 3 additions and 2 deletions

View File

@ -172,6 +172,7 @@
<plugin>
<groupId>com.agilejava.docbkx</groupId>
<artifactId>docbkx-maven-plugin</artifactId>
<version>2.0.7</version>
<executions>
<execution>
<id>build-pdf-doc</id>

View File

@ -240,8 +240,8 @@
<version>2.0-beta-7</version>
<configuration>
<useReleaseProfile>false</useReleaseProfile>
<goals>deploy</goals>
<arguments>-Prelease</arguments>
<goals>deploy site site-deploy</goals>
<arguments>-Prelease,docbook-profile</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>