From 310cb9706802814f284e80534b3792b6531dd07c Mon Sep 17 00:00:00 2001 From: Mustapha Zorgati Date: Mon, 2 Sep 2019 16:16:35 +0200 Subject: [PATCH] [CLEANUP] moved eclipse specific setup into seperated profile to reduce build warnings --- pom.xml | 61 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 28 deletions(-) diff --git a/pom.xml b/pom.xml index 74d2f01fc..cc9b03b48 100644 --- a/pom.xml +++ b/pom.xml @@ -174,37 +174,42 @@ + + eclipse + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + [1.0.0,) + + check + + + + + + + + + + + + + + - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - [1.0.0,) - - check - - - - - - - - - - - -