From 0cf4a67b0e8eeb8065d5df84238ee690906131eb Mon Sep 17 00:00:00 2001
From: Maxim Thomas <maxim.thomas@gmail.com>
Date: Thu, 29 Aug 2024 14:01:08 +0000
Subject: [PATCH] [#384] FIX Control Panel: empty help URL values (#386)
---
pom.xml | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3c2436e..6d3e7f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,13 @@
<checkstyleVersion>5.5</checkstyleVersion>
<ant.contrib.version>1.0b3</ant.contrib.version>
<argLine>-Xmx512m</argLine>
- </properties>
+
+ <docHomepageUrl>https://doc.openidentityplatform.org/opendj/</docHomepageUrl>
+ <docWikiUrl>https://github.com/OpenIdentityPlatform/OpenDJ/wiki</docWikiUrl>
+ <docGuideRefUrl>https://doc.openidentityplatform.org/opendj/man-pages/</docGuideRefUrl>
+ <docGuideAdminUrl>https://doc.openidentityplatform.org/opendj/admin-guide/</docGuideAdminUrl>
+
+ </properties>
<inceptionYear>2011</inceptionYear>
<url>https://github.com/OpenIdentityPlatform/OpenDJ</url>
@@ -410,7 +416,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>3.1.0</version>
+ <version>3.3.1</version>
</plugin>
<plugin>
--
Gitblit v1.10.0