From c4cf74848bd9d0651322701fb7d4abe529c69ce9 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 14 Aug 2017 13:40:15 -0400 Subject: Remove eclipse checkstyle warnings Add this should remove Eclipse warnings: Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (execution: check-style, phase: process-sources) Issue-Id: POLICY-166 Change-Id: I6e83f05e4d034475d04d85e9b9fbf5f11a1969c7 Signed-off-by: Pamela Dragosh --- pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/pom.xml b/pom.xml index c9810fbb..d212971e 100644 --- a/pom.xml +++ b/pom.xml @@ -98,6 +98,34 @@ + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.17,) + + check + + + + + + + + + + + + -- cgit 1.2.3-korg