From 57d5278707d32022bcb951968d56e810f4e9ea52 Mon Sep 17 00:00:00 2001 From: pivovarit Date: Thu, 9 Feb 2017 21:09:20 +0100 Subject: [PATCH] Disable incremental build by default --- .travis.yml | 2 +- pom.xml | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index c2a369a1b3..ed61f462f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: java -install: travis_wait 40 mvn -q clean install -Dgib.enabled=true +install: travis_wait 40 mvn -q clean install --activate-profiles incremental jdk: - oraclejdk8 diff --git a/pom.xml b/pom.xml index 737a470649..fb88c48f5b 100644 --- a/pom.xml +++ b/pom.xml @@ -195,14 +195,17 @@ - - - com.vackosar.gitflowincrementalbuilder - gitflow-incremental-builder - 3.1 - - + + + + incremental + + true + + + +