From b625705eb7e9f56e7b005cc4d5b3f50ffa7bd548 Mon Sep 17 00:00:00 2001
From: Maxim Thomas <maxim.thomas@gmail.com>
Date: Fri, 28 Jun 2024 07:54:30 +0000
Subject: [PATCH] compress webhelp, xhtml and html docs after build (#348)

---
 pom.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 24f11e2..59c5fe8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,6 +55,7 @@
         <!--  ForgeRock build tools and Checkstyle versions (to avoid many checkstyle errors with ForgeRock Parent 2.0.10) -->
         <checkstylePluginVersion>2.9.1</checkstylePluginVersion>
         <checkstyleVersion>5.5</checkstyleVersion>
+        <ant.contrib.version>1.0b3</ant.contrib.version>
         <argLine>-Xmx512m</argLine>
     </properties>
 

--
Gitblit v1.10.0