From 0bef4166598e9a6f343e4fd3a19eb44a5231045c Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 04 Feb 2016 15:04:47 +0000
Subject: [PATCH] OPENDJ-2618 Attempt to publish site directly at opendj.forgerock.org
---
src/site/site.xml | 2 ++
pom.xml | 8 ++++++++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index fcf5bc9..bb6a705 100644
--- a/pom.xml
+++ b/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>
diff --git a/src/site/site.xml b/src/site/site.xml
index 23c6127..e778a03 100644
--- a/src/site/site.xml
+++ b/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" />
--
Gitblit v1.10.0