From 20bb28321b8e65ddfdf5ce331d577a9874045a9c Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@openam.org.ru>
Date: Tue, 17 Oct 2017 06:48:01 +0000
Subject: [PATCH] fix travis
---
.travis.yml | 4 +++-
pom.xml | 1 -
README.md | 1 +
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index c2b5070..df2ef0c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,5 +20,7 @@
cache:
directories:
- $HOME/.m2
+before_install:
+ - mvn -q -DskipTests install -f forgerock-parent
script:
- - mvn -q clean install
+ - mvn -q install
diff --git a/README.md b/README.md
index 3ba374d..ad45605 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@
```bash
git clone --recursive https://github.com/OpenIdentityPlatform/OpenDJ.git
+mvn clean install -f forgerock-parent
mvn clean install -f OpenDJ
```
diff --git a/pom.xml b/pom.xml
index 98ae566..823eed4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -217,7 +217,6 @@
</dependencies>
<modules>
- <module>forgerock-parent</module>
<module>opendj-bom</module>
<module>opendj-core</module>
--
Gitblit v1.10.0