From e6c513bb9c6a39c8f03b05bdc9ecdc1f23a543b1 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 07 Apr 2016 14:51:26 +0000
Subject: [PATCH] OPENDJ-2768 merge OpenDJ SDK, packaging, and manual pages sources with server
---
opendj-packages/opendj-deb/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-packages/opendj-deb/pom.xml b/opendj-packages/opendj-deb/pom.xml
index fac3417..c388f4c 100644
--- a/opendj-packages/opendj-deb/pom.xml
+++ b/opendj-packages/opendj-deb/pom.xml
@@ -127,7 +127,7 @@
</goals>
<configuration>
<target>
- <apply executable="gzip"><!-- Must we also build these packages on Windows? -->
+ <apply executable="gzip" parallel="true">
<arg value="-9" />
<fileset dir="${manpage.dir}" />
</apply>
--
Gitblit v1.10.0