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

Mark Craig
22.37.2015 748a9ace00265897e14a024612a4b1d8317490c8
CR-5834 OPENDJ-1747 Test latest doc build plugin
1 files modified
32 ■■■■■ changed files
opends/pom.xml 32 ●●●●● patch | view | raw | blame | history
opends/pom.xml
@@ -99,7 +99,7 @@
    <docPreviousVersion>2.6.0</docPreviousVersion>
    <sdkDocTargetVersion>${docTargetVersion}</sdkDocTargetVersion>
    <frDocPluginVersion>2.1.5</frDocPluginVersion>
    <frDocPluginVersion>3.0.0-SNAPSHOT</frDocPluginVersion>
    <gaId>UA-23412190-8</gaId>
    <!--
@@ -197,30 +197,15 @@
        <configuration>
         <projectName>OpenDJ</projectName>
         <projectVersion>${docTargetVersion}</projectVersion>
         <latestJson>http://docs.forgerock.org/latest.json</latestJson>
         <releaseVersion>${docTargetVersion}</releaseVersion>
         <googleAnalyticsId>${gaId}</googleAnalyticsId>
         <docbkxSourceDirectory>${basedir}/src/main/docbkx</docbkxSourceDirectory>
        </configuration>
        <executions>
          <execution>
            <id>copy-common</id>
            <id>pre-process-doc</id>
            <phase>pre-site</phase>
            <goals>
              <goal>boilerplate</goal>
            </goals>
          </execution>
          <execution>
            <id>filter-sources</id>
            <phase>pre-site</phase>
            <goals>
              <goal>filter</goal>
            </goals>
          </execution>
          <execution>
            <id>prepare-sources</id>
            <phase>pre-site</phase>
            <goals>
              <goal>prepare</goal>
              <goal>process</goal>
            </goals>
          </execution>
          <execution>
@@ -234,7 +219,14 @@
            <id>layout-doc</id>
            <phase>site</phase>
            <goals>
              <goal>layout</goal>
              <goal>site</goal>
            </goals>
          </execution>
          <execution>
            <id>layout-release</id>
            <phase>site</phase>
            <goals>
              <goal>release</goal>
            </goals>
          </execution>
        </executions>