From 591d43576eb17f6a5c797861d06ae4ea8fb31fb8 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 18 Mar 2016 16:02:12 +0000
Subject: [PATCH] OPENDJ-2657 Activate docs profile in default build
---
opendj-server-legacy/pom.xml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index 277f9c4..ce95dbf 100644
--- a/opendj-server-legacy/pom.xml
+++ b/opendj-server-legacy/pom.xml
@@ -1488,9 +1488,16 @@
Build the configuration reference, reference documentation source files,
and assemble artifacts from the results.
The artifacts are used when preparing the product documentation.
+
+ This profile is active without being specified explicitly.
+ To deactivate this profile, use as exclamation point as in `-P!docs`.
-->
<id>docs</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+
<build>
<plugins>
<plugin>
--
Gitblit v1.10.0