From 15e3922fa321eda3deda210c8192fab6505f43eb Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 20 Apr 2012 22:36:54 +0000
Subject: [PATCH] Update to latest forgerock parent pom SNAPSHOT.
---
opendj3/opendj-ldap-sdk/pom.xml | 37 ++++---------------------------------
1 files changed, 4 insertions(+), 33 deletions(-)
diff --git a/opendj3/opendj-ldap-sdk/pom.xml b/opendj3/opendj-ldap-sdk/pom.xml
index be42635..6d11f55 100644
--- a/opendj3/opendj-ldap-sdk/pom.xml
+++ b/opendj3/opendj-ldap-sdk/pom.xml
@@ -51,9 +51,9 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>org.forgerock.opendj</groupId>
- <artifactId>opendj-build-tools</artifactId>
- <version>${project.version}</version>
+ <groupId>org.forgerock</groupId>
+ <artifactId>forgerock-build-tools</artifactId>
+ <version>${forgerockBuildToolsVersion}</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -92,23 +92,8 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <windowtitle>OpenDJ LDAP SDK Documentation</windowtitle>
- <doctitle>OpenDJ LDAP SDK Documentation</doctitle>
- <links>
- <link>http://commons.forgerock.org/i18n-framework/i18n-core/apidocs</link>
- </links>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- </plugin>
</plugins>
</build>
<reporting>
@@ -132,25 +117,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.8</version>
<configuration>
- <author>false</author>
- <quiet>true</quiet>
- <windowtitle>OpenDJ LDAP SDK Documentation</windowtitle>
- <doctitle>OpenDJ LDAP SDK Documentation</doctitle>
- <show>protected</show>
- <excludePackageNames>com.*</excludePackageNames>
<links>
- <link>http://commons.forgerock.org/i18n-framework/i18n-core/apidocs</link>
+ <link>http://commons.forgerock.org/i18n-framework/i18n-core/apidocs</link>
</links>
</configuration>
- <reportSets>
- <reportSet>
- <reports>
- <report>javadoc</report>
- </reports>
- </reportSet>
- </reportSets>
</plugin>
</plugins>
</reporting>
--
Gitblit v1.10.0