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

Mark Craig
15.43.2015 a8c4e25f02ab71fff2c2b2ab6d166afd097547e5
CR-7223 OPENDJ-2080 Fix outdated links in server build file

This patch adds a release profile, and fixes 2 other outdated links.

Use the -Pforgerock-release Maven option when building release binaries
to make sure that they include the proper links.
1 files modified
16 ■■■■ changed files
opendj-server-legacy/pom.xml 16 ●●●● patch | view | raw | blame | history
opendj-server-legacy/pom.xml
@@ -66,8 +66,8 @@
    <isDebugBuild>false</isDebugBuild>
    <docHomepageUrl>http://opendj.forgerock.org/</docHomepageUrl>
    <docWikiUrl>http://opendj.forgerock.org/docs.html</docWikiUrl>
    <docGuideRefUrl>http://opendj.forgerock.org/doc/admin-guide/index.html</docGuideRefUrl>
    <docGuideAdminUrl>http://opendj.forgerock.org/doc/admin-guide/index.html</docGuideAdminUrl>
    <docGuideRefUrl>http://opendj.forgerock.org/opendj-server-legacy/doc/bootstrap/admin-guide/</docGuideRefUrl>
    <docGuideAdminUrl>http://opendj.forgerock.org/opendj-server-legacy/doc/bootstrap/admin-guide/</docGuideAdminUrl>
    <locales>ca_ES,es,de,fr,ja,ko,pl,zh_CN,zh_TW</locales>
    <!-- Dependencies version properties -->
@@ -1523,6 +1523,18 @@
    </profile>
    <profile>
      <id>forgerock-release</id>
      <properties>
        <!-- Released documentation is published at ForgeRock.com -->
        <docHomepageUrl>https://backstage.forgerock.com/#!/docs/opendj</docHomepageUrl>
        <docWikiUrl>https://backstage.forgerock.com/#!/docs/opendj</docWikiUrl>
        <docGuideRefUrl>https://backstage.forgerock.com/#!/docs/opendj/${project.version}/admin-guide</docGuideRefUrl>
        <docGuideAdminUrl>https://backstage.forgerock.com/#!/docs/opendj/${project.version}/admin-guide</docGuideAdminUrl>
      </properties>
    </profile>
    <profile>
      <!-- Build man pages -->
      <id>man-pages</id>