From f7b69fd0099e25b8a911f8d764783ccee79d398c Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 26 Aug 2013 10:43:54 -0700 Subject: [PATCH] Add maven-compler-plugin to starter POM Add maven-compler-plugin to starter POM in an attempt to fix drone.io errors downstream. --- spring-boot-starters/spring-boot-starter-parent/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml index 151dbe0bfd..f57e3c0520 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -290,6 +290,11 @@ + + + maven-compiler-plugin + +