From af36ea56ea7bb84eeff2910648971eec8e49006d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 11 Jul 2018 13:59:55 +0200 Subject: [PATCH] Polish --- pom.xml | 101 ++++++++++++++++++++++++++------------------------------ 1 file changed, 47 insertions(+), 54 deletions(-) diff --git a/pom.xml b/pom.xml index de1235f7..7c5e6dfa 100644 --- a/pom.xml +++ b/pom.xml @@ -132,23 +132,6 @@ - - org.apache.maven.plugins - maven-eclipse-plugin - - false - - - .settings/org.eclipse.jdt.ui.prefs - ${main.basedir}/eclipse/org.eclipse.jdt.ui.prefs - - - .settings/org.eclipse.jdt.core.prefs - ${main.basedir}/eclipse/org.eclipse.jdt.core.prefs - - - - io.spring.javaformat spring-javaformat-maven-plugin @@ -257,11 +240,6 @@ - - org.apache.maven.plugins - maven-eclipse-plugin - 2.1.0 - org.springframework.boot spring-boot-maven-plugin @@ -272,38 +250,6 @@ git-commit-id-plugin 2.2.3 - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.apache.maven.plugins - - - maven-checkstyle-plugin - - - [3.0.0,) - - - check - - - - - - - - - - @@ -315,6 +261,53 @@ initializr-service + + m2e + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-checkstyle-plugin + + + [3.0.0,) + + + check + + + + + + + + + + + + + +