From 9cfb4a25e118059949d6da9cc3ad706b6dbf1fd3 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 20 Jul 2011 13:20:41 +0000
Subject: [PATCH] Fix project URL and Javadoc refs to I18N APIs
---
opendj3/opendj-ldap-sdk-examples/pom.xml | 10 +++++++---
opendj3/opendj-ldap-sdk/pom.xml | 12 +++++++-----
opendj3/pom.xml | 2 +-
3 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/opendj3/opendj-ldap-sdk-examples/pom.xml b/opendj3/opendj-ldap-sdk-examples/pom.xml
index f3dcdb1..b0d84f8 100644
--- a/opendj3/opendj-ldap-sdk-examples/pom.xml
+++ b/opendj3/opendj-ldap-sdk-examples/pom.xml
@@ -56,7 +56,9 @@
<configuration>
<windowtitle>OpenDJ LDAP SDK Examples Documentation</windowtitle>
<doctitle>OpenDJ LDAP SDK Examples Documentation</doctitle>
- <detectOfflineLinks>false</detectOfflineLinks>
+ <links>
+ <link>http://commons.forgerock.org/i18n-framework/i18n-core/apidocs</link>
+ </links>
</configuration>
</plugin>
<plugin>
@@ -103,13 +105,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.7</version>
+ <version>2.8</version>
<configuration>
<author>false</author>
<quiet>true</quiet>
<windowtitle>OpenDJ LDAP SDK Examples Documentation</windowtitle>
<doctitle>OpenDJ LDAP SDK Examples Documentation</doctitle>
- <detectOfflineLinks>false</detectOfflineLinks>
+ <links>
+ <link>http://commons.forgerock.org/i18n-framework/i18n-core/apidocs</link>
+ </links>
</configuration>
<reportSets>
<reportSet>
diff --git a/opendj3/opendj-ldap-sdk/pom.xml b/opendj3/opendj-ldap-sdk/pom.xml
index b0f37a2..2262c0e 100644
--- a/opendj3/opendj-ldap-sdk/pom.xml
+++ b/opendj3/opendj-ldap-sdk/pom.xml
@@ -100,8 +100,9 @@
<configuration>
<windowtitle>OpenDJ LDAP SDK Documentation</windowtitle>
<doctitle>OpenDJ LDAP SDK Documentation</doctitle>
- <detectOfflineLinks>false</detectOfflineLinks>
- <excludes>org/forgerock/opendj/ldap/CoreMessages.java</excludes>
+ <links>
+ <link>http://commons.forgerock.org/i18n-framework/i18n-core/apidocs</link>
+ </links>
</configuration>
</plugin>
<plugin>
@@ -135,16 +136,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.7</version>
+ <version>2.8</version>
<configuration>
<author>false</author>
<quiet>true</quiet>
<windowtitle>OpenDJ LDAP SDK Documentation</windowtitle>
<doctitle>OpenDJ LDAP SDK Documentation</doctitle>
- <detectOfflineLinks>false</detectOfflineLinks>
<show>protected</show>
<excludePackageNames>com.*</excludePackageNames>
- <excludes>org/forgerock/opendj/ldap/CoreMessages.java</excludes>
+ <links>
+ <link>http://commons.forgerock.org/i18n-framework/i18n-core/apidocs</link>
+ </links>
</configuration>
<reportSets>
<reportSet>
diff --git a/opendj3/pom.xml b/opendj3/pom.xml
index e1b3d88..3ddd8e0 100644
--- a/opendj3/pom.xml
+++ b/opendj3/pom.xml
@@ -43,7 +43,7 @@
platform, providing a high performance, highly available and secure store
for the identities managed by enterprises.
</description>
- <url>http://www.opendj.org/</url>
+ <url>http://opendj.forgerock.org</url>
<issueManagement>
<system>Jira</system>
<url>https://bugster.forgerock.org/jira/browse/OPENDJ</url>
--
Gitblit v1.10.0