From c3a042401753426e42b23314d88e7b21690ca8a4 Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@openam.org.ru>
Date: Sat, 03 Mar 2018 09:36:07 +0000
Subject: [PATCH] exclude modules for release:prepare (double slow build phase)
---
.travis.yml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index bba6b48..1b36113 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,8 @@
sudo: required
services:
- docker
+ env:
+ - INSTALL_SUFFIX=-pl !opendj-doc-generated-ref,!opendj-packages #exclude modules for release:prepare (double slow build phase)
before_deploy:
- git config --local user.name "Open Identity Platform Community" && git config --local user.email "open-identity-platform-opendj@googlegroups.com"
- git checkout -f $TRAVIS_BRANCH
@@ -78,4 +80,4 @@
install:
- mvn -q -B -V -DskipTests -Dmaven.javadoc.skip=true install -f forgerock-parent
script:
- - mvn -q -B install
\ No newline at end of file
+ - mvn -q -B install $INSTALL_SUFFIX
\ No newline at end of file
--
Gitblit v1.10.0