From e0eec8e3a6075634e4e95f7cc44cf9d73b3dc5e6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 20 Mar 2020 18:17:34 +0100 Subject: [PATCH] Add m2e profile for well-known plugins See gh-519 --- pom.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/pom.xml b/pom.xml index 799b66e98..28c86da1d 100644 --- a/pom.xml +++ b/pom.xml @@ -323,4 +323,60 @@ + + + m2e + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + [1,) + + check + + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + [1,) + + build-info + + + + + + + + + + + + + + + +