From bfdd8a1e030be0d378efbc6fa5d30cf8947ed422 Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@openam.org.ru>
Date: Wed, 30 May 2018 14:31:51 +0000
Subject: [PATCH] [ci skip] allow long paths in git on windows

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

diff --git a/README.md b/README.md
index b87d6c6..808a78a 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,11 @@
 Java 1.8+ required
 
 ## How-to build
+For windows use:
+```bash
+git config --system core.longpaths true
+```
+
 ```bash
 git clone --recursive  https://github.com/OpenIdentityPlatform/OpenDJ.git
 mvn clean install -f OpenDJ/forgerock-parent

--
Gitblit v1.10.0