From 62aa935418029caf16f1bd7729b27ff768c00a25 Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@openam.org.ru>
Date: Wed, 30 May 2018 20:34:59 +0000
Subject: [PATCH] remove distribution profile by default fix https://github.com/OpenIdentityPlatform/OpenAM/issues/40
---
opendj-packages/pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-packages/pom.xml b/opendj-packages/pom.xml
index 4a2c67d..8b908e6 100644
--- a/opendj-packages/pom.xml
+++ b/opendj-packages/pom.xml
@@ -45,10 +45,10 @@
<profile>
<id>distribution</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
</activation>
<modules>
- <module>../opendj-doc-generated-ref</module>
+ <module>../opendj-doc-generated-ref</module>
<module>opendj-deb</module>
<module>opendj-rpm</module>
<module>opendj-svr4</module>
--
Gitblit v1.10.0