From b933adb381acd2c8603c11ec6132312966956041 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Mon, 5 Sep 2016 20:53:29 +0200 Subject: Many modules wanted to copile with 1.5 in intellij. Here are all that complained when trying to run tests in config-model. --- container-accesslogging/pom.xml | 15 +++++++++++++++ container-core/pom.xml | 15 +++++++++++++++ container-disc/pom.xml | 15 +++++++++++++++ container-search-and-docproc/pom.xml | 15 +++++++++++++++ container-search/pom.xml | 2 ++ jdisc_messagebus_service/pom.xml | 15 +++++++++++++++ 6 files changed, 77 insertions(+) diff --git a/container-accesslogging/pom.xml b/container-accesslogging/pom.xml index ef8ea94abec..eebe0b75262 100644 --- a/container-accesslogging/pom.xml +++ b/container-accesslogging/pom.xml @@ -71,6 +71,21 @@ bundle-plugin true + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + true + true + false + + -Xlint:all + + + ${buildOutputDirectory} diff --git a/container-core/pom.xml b/container-core/pom.xml index 9932bc63c2b..0c85d5d9800 100644 --- a/container-core/pom.xml +++ b/container-core/pom.xml @@ -269,6 +269,21 @@ bundle-plugin true + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + true + true + false + + -Xlint:all + + + ${buildOutputDirectory} diff --git a/container-disc/pom.xml b/container-disc/pom.xml index c484cf98dc5..17da7df10c3 100644 --- a/container-disc/pom.xml +++ b/container-disc/pom.xml @@ -194,6 +194,21 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + true + true + false + + -Xlint:all + + + diff --git a/container-search-and-docproc/pom.xml b/container-search-and-docproc/pom.xml index b4da1254ae0..82159e631cb 100644 --- a/container-search-and-docproc/pom.xml +++ b/container-search-and-docproc/pom.xml @@ -238,6 +238,21 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + true + true + false + + -Xlint:all + + + diff --git a/container-search/pom.xml b/container-search/pom.xml index b632d022922..5a5086f6739 100644 --- a/container-search/pom.xml +++ b/container-search/pom.xml @@ -262,6 +262,8 @@ org.apache.maven.plugins maven-compiler-plugin + 1.8 + 1.8 -Xlint:all diff --git a/jdisc_messagebus_service/pom.xml b/jdisc_messagebus_service/pom.xml index cf844e50a90..7c618e5d6e7 100644 --- a/jdisc_messagebus_service/pom.xml +++ b/jdisc_messagebus_service/pom.xml @@ -43,6 +43,21 @@ bundle-plugin true + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + true + true + false + + -Xlint:all + + + -- cgit v1.2.3