| | |
| | | <docPreviousVersion>2.6.0</docPreviousVersion> |
| | | <sdkDocTargetVersion>${docTargetVersion}</sdkDocTargetVersion> |
| | | |
| | | <frDocPluginVersion>2.1.5</frDocPluginVersion> |
| | | <frDocPluginVersion>3.0.0-SNAPSHOT</frDocPluginVersion> |
| | | <gaId>UA-23412190-8</gaId> |
| | | |
| | | <!-- |
| | |
| | | <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> |
| | |
| | | <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> |