From 8ee729666f0a69a36699ff8e89f3b1119644b48b Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 30 Dec 2011 17:51:05 +0000
Subject: [PATCH] Add the linktester plugin to the doc generation
---
opendj3/pom.xml | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/opendj3/pom.xml b/opendj3/pom.xml
index 7b100f1..1039285 100644
--- a/opendj3/pom.xml
+++ b/opendj3/pom.xml
@@ -631,6 +631,29 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.forgerock.maven.plugins</groupId>
+ <artifactId>linktester-maven-plugin</artifactId>
+ <version>1.0.0</version>
+ <inherited>false</inherited>
+ <executions>
+ <execution>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ <phase>pre-site</phase>
+ </execution>
+ </executions>
+ <configuration>
+ <includes>
+ <include>**/OpenDJ-*.xml</include>
+ </includes>
+ <validating>true</validating>
+ <xIncludeAware>true</xIncludeAware>
+ <failOnError>false</failOnError>
+ <outputFile>linktester.err</outputFile>
+ </configuration>
+ </plugin>
</plugins>
<pluginManagement>
<plugins>
--
Gitblit v1.10.0