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

Mark Craig
04.04.2016 0bef4166598e9a6f343e4fd3a19eb44a5231045c
OPENDJ-2618 Attempt to publish site directly at opendj.forgerock.org

This patch is an attempt to work around the main site
being published in an inherited location
two directories down from the home page.
2 files modified
10 ■■■■■ changed files
pom.xml 8 ●●●●● patch | view | raw | blame | history
src/site/site.xml 2 ●●●●● patch | view | raw | blame | history
pom.xml
@@ -60,6 +60,14 @@
        <tag>HEAD</tag>
    </scm>
    <distributionManagement>
        <site>
            <id>forgerock.org</id>
            <name>OpenDJ Community</name>
            <url>${site.distribution.url}</url>
        </site>
    </distributionManagement>
    <ciManagement>
        <system>jenkins</system>
        <url>https://ci.forgerock.org/view/OpenDJ/job/OpenDJ%20-%20postcommit</url>
src/site/site.xml
@@ -40,10 +40,12 @@
 <body>
<!--
  <breadcrumbs>
   <item name="Developer Community" href="http://www.forgerock.org" />
   <item name="OpenDJ" href="http://opendj.forgerock.org" />
  </breadcrumbs>
-->
  <menu name="OpenDJ" inherit="top">
   <item name="Welcome" href="index.html" />