mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

vharseko
17.48.2017 20bb28321b8e65ddfdf5ce331d577a9874045a9c
fix travis
3 files modified
6 ■■■■■ changed files
.travis.yml 4 ●●● patch | view | raw | blame | history
README.md 1 ●●●● patch | view | raw | blame | history
pom.xml 1 ●●●● patch | view | raw | blame | history
.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
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
```
pom.xml
@@ -217,7 +217,6 @@
    </dependencies>
    <modules>
            <module>forgerock-parent</module>
        <module>opendj-bom</module>
        <module>opendj-core</module>