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>
|
<plugin>
|
||||||
<groupId>com.agilejava.docbkx</groupId>
|
<groupId>com.agilejava.docbkx</groupId>
|
||||||
<artifactId>docbkx-maven-plugin</artifactId>
|
<artifactId>docbkx-maven-plugin</artifactId>
|
||||||
|
<version>2.0.7</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>build-pdf-doc</id>
|
<id>build-pdf-doc</id>
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -240,8 +240,8 @@
|
||||||
<version>2.0-beta-7</version>
|
<version>2.0-beta-7</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<useReleaseProfile>false</useReleaseProfile>
|
<useReleaseProfile>false</useReleaseProfile>
|
||||||
<goals>deploy</goals>
|
<goals>deploy site site-deploy</goals>
|
||||||
<arguments>-Prelease</arguments>
|
<arguments>-Prelease,docbook-profile</arguments>
|
||||||
<autoVersionSubmodules>true</autoVersionSubmodules>
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue