From 9d8c96f612d90cd5c7f2a0ee09a0c5f4572f060f Mon Sep 17 00:00:00 2001 From: James Munson Date: Fri, 5 Jul 2019 12:39:07 -0700 Subject: [PATCH] Incremental Builds --- http-api/pom.xml | 35 +++++++++++++++++++++++++++++++++++ pom.xml | 4 ++-- 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/http-api/pom.xml b/http-api/pom.xml index ccd886a376..8941ca7970 100644 --- a/http-api/pom.xml +++ b/http-api/pom.xml @@ -40,6 +40,7 @@ 2.2.6 nogit + 1.7 false @@ -114,5 +115,39 @@ + + + + io.takari.maven.plugins + takari-lifecycle-plugin + ${maven.takari-lifecycle-plugin.verson} + + + compile + + compile + + compile + + 8 + proc + + jdt + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven.compiler.plugin.version} + + + true + true + + + + diff --git a/pom.xml b/pom.xml index 820b29c1fa..6ecea38310 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ UTF-8 1.8 - 1.18.4 + 1.18.8 8.3 1.2.3 2.8.5 @@ -352,7 +352,7 @@ 8 proc - javac + jdt