mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
18.09.2016 27e2cb1027ed6bc205709990f2b95bcba33f3468
Update to latest doc build plugin version

This tiny patch updates the doc build plugin to the latest release.
Tested locally. It's amazing how long it takes to transform XML into man pages.

When this patch is applied, it would be nice to add `-Dverbose=true` to the Jenkins job.
Otherwise the latest doc build plugin is very quiet.
1 files modified
4 ■■■■ changed files
opendj-man-pages/pom.xml 4 ●●●● patch | view | raw | blame | history
opendj-man-pages/pom.xml
@@ -12,7 +12,7 @@
  Header, with the fields enclosed by brackets [] replaced by your own identifying
  information: "Portions Copyright [year] [name of copyright owner]".
  Copyright 2015 ForgeRock AS.
  Copyright 2015-2016 ForgeRock AS.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
@@ -117,7 +117,7 @@
    <properties>
        <product.name.lowercase>opendj</product.name.lowercase>
        <forgerock-doc-plugin.version>3.1.0</forgerock-doc-plugin.version>
        <forgerock-doc-plugin.version>3.2.0</forgerock-doc-plugin.version>
        <opendj.server.archive.version>4.0.0-SNAPSHOT</opendj.server.archive.version>
    </properties>