mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
20.20.2011 9cfb4a25e118059949d6da9cc3ad706b6dbf1fd3
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>