From ddb9554e0185137507afd8ec31abdee84227019e Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 18 Sep 2012 03:45:47 +0000
Subject: [PATCH] Additional fix for OPENDJ-566: Add log reference to OpenDJ docs

---
 opends/opendj-log-ref/pom.xml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/opends/opendj-log-ref/pom.xml b/opends/opendj-log-ref/pom.xml
index 52cf1b1..435c98d 100644
--- a/opends/opendj-log-ref/pom.xml
+++ b/opends/opendj-log-ref/pom.xml
@@ -78,6 +78,15 @@
 
    <plugin>
     <groupId>org.apache.maven.plugins</groupId>
+    <artifactId>maven-clean-plugin</artifactId>
+    <version>2.5</version>
+    <configuration>
+     <skip>true</skip>
+    </configuration>
+   </plugin>
+
+   <plugin>
+    <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-site-plugin</artifactId>
     <version>3.0</version>
     <configuration>

--
Gitblit v1.10.0