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

---
 README.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index b87d6c6..450043b 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@
 ```bash
 git clone --recursive  https://github.com/OpenIdentityPlatform/OpenDJ.git
 mvn clean install -f OpenDJ/forgerock-parent
-mvn clean install -f OpenDJ -P\!distribution
+mvn clean install -f OpenDJ
 ```
 
 ## How-to run after build

--
Gitblit v1.10.0