From d0cb5b91409a4c5d4fe73cf91eb1082b0bfdc0de Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 24 Jan 2014 16:33:42 +0000
Subject: [PATCH] Attempt to fix build by forcing some Javadoc creation.

---
 opendj-cli/pom.xml |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/opendj-cli/pom.xml b/opendj-cli/pom.xml
index 6e9906f..9e766a1 100644
--- a/opendj-cli/pom.xml
+++ b/opendj-cli/pom.xml
@@ -55,10 +55,6 @@
       <artifactId>i18n-core</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.forgerock</groupId>
       <artifactId>forgerock-build-tools</artifactId>
       <version>${forgerockBuildToolsVersion}</version>
@@ -97,16 +93,6 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
-        <configuration>
-          <instrumentation>
-            <excludes>
-              <exclude>**/*Messages.class</exclude>
-              <exclude>**/config/client/*CfgClient*.class</exclude>
-              <exclude>**/config/server/*Cfg*.class</exclude>
-              <exclude>**/config/meta/*.class</exclude>
-            </excludes>
-          </instrumentation>
-        </configuration>
       </plugin>
     </plugins>
   </build>

--
Gitblit v1.10.0