mirror of https://github.com/apache/openjpa.git
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:
parent
6985c31868
commit
8c5668e4ec
|
@ -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>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue