From 4d1047955e9b89f9404515b66c462c902a2e2430 Mon Sep 17 00:00:00 2001 From: gjoranv Date: Fri, 8 Dec 2017 12:17:51 +0100 Subject: Move maven-compiler plugin + surefire management up one level. - To avoid duplicating these versions in tenant:base. - Note that all artifacts using surefire.version had to be moved, due to factorylib again. --- parent/pom.xml | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) (limited to 'parent') diff --git a/parent/pom.xml b/parent/pom.xml index 0a19d66d674..23d95286de4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -88,26 +88,6 @@ maven-assembly-plugin 2.4 - - org.apache.maven.plugins - maven-compiler-plugin - 3.6.1 - - 1.8 - 1.8 - true - true - false - - -Xlint:all - -Xlint:-serial - -Xlint:-try - -Xlint:-processing - -Xlint:-varargs - -Werror - - - org.apache.maven.plugins maven-dependency-plugin @@ -177,26 +157,6 @@ true - - org.apache.maven.plugins - maven-surefire-plugin - ${surefire.version} - - ${test.hide} - - ${project.build.directory} - - - - - org.apache.maven.plugins - maven-surefire-report-plugin - ${surefire.version} - - false - false - - org.codehaus.mojo build-helper-maven-plugin @@ -544,17 +504,6 @@ maven-jar-plugin 3.0.2 - - org.apache.maven.surefire - surefire-junit4 - ${surefire.version} - - - org.apache.maven.surefire - surefire-providers - ${surefire.version} - pom - org.codehaus.jettison jettison @@ -712,7 +661,6 @@ all 2.11 ${scala.major-version}.4 - 2.19.1 -- cgit v1.2.3