From 11de37999179df97c9539c59702623718ef67030 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 23 May 2013 14:15:27 +0000
Subject: [PATCH] Fix for OPENDJ-939: Upgrade to forgerock-doc-maven-plugin 1.2.0
---
opendj-sdk/opendj3/pom.xml | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opendj3/pom.xml b/opendj-sdk/opendj3/pom.xml
index 34ae347..e471743 100644
--- a/opendj-sdk/opendj3/pom.xml
+++ b/opendj-sdk/opendj3/pom.xml
@@ -129,6 +129,7 @@
<releaseDate/>
<softwareReleaseDate>${releaseDate}</softwareReleaseDate>
<checkstyleHeaderLocation>org/forgerock/checkstyle/opendj-java-header</checkstyleHeaderLocation>
+ <frDocPluginVersion>1.2.0</frDocPluginVersion>
</properties>
<build>
<plugins>
@@ -161,7 +162,7 @@
<plugin>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-doc-maven-plugin</artifactId>
- <version>1.1.0</version>
+ <version>${frDocPluginVersion}</version>
<inherited>false</inherited>
<configuration>
<projectName>OpenDJ</projectName>
@@ -169,6 +170,13 @@
</configuration>
<executions>
<execution>
+ <id>copy-common</id>
+ <phase>pre-site</phase>
+ <goals>
+ <goal>boilerplate</goal>
+ </goals>
+ </execution>
+ <execution>
<id>build-doc</id>
<phase>pre-site</phase>
<goals>
--
Gitblit v1.10.0