From 153360fa7840f4f46855147d2018e1c8f6f24172 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 11 May 2017 08:33:21 +0100 Subject: [PATCH 1/2] Fix Eclipse plugin declaration --- spring-cloud-commons/pom.xml | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/spring-cloud-commons/pom.xml b/spring-cloud-commons/pom.xml index 949d9cf3..0f48b170 100644 --- a/spring-cloud-commons/pom.xml +++ b/spring-cloud-commons/pom.xml @@ -18,7 +18,6 @@ org.apache.maven.plugins maven-jar-plugin - 3.0.0 test-compile @@ -34,6 +33,35 @@ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-jar-plugin + [3.0.0,) + + test-jar + + + + + + + + + + + + From a30d24083dd5155b7d22219b5951e0f1555429a8 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 29 Aug 2017 12:28:26 +0100 Subject: [PATCH 2/2] Pick up compiler plugin config from parent --- pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pom.xml b/pom.xml index e1f41a50..b0f94eb6 100644 --- a/pom.xml +++ b/pom.xml @@ -26,14 +26,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - - 1.7 - 1.7 - - org.apache.maven.plugins maven-eclipse-plugin