From 1be439485502e0fd556e01139cf3b2481c05cc8f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Sep 2015 12:42:44 +0100 Subject: [PATCH] Add lifecycle mapping for checkstyle plugin to keep Eclipse happy --- spring-boot-parent/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 074e4711e19..957596b1b0e 100755 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -400,6 +400,27 @@ + + + + org.apache.maven.plugins + + + maven-checkstyle-plugin + + + [2.16,) + + + + check + + + + + + +