From 40aef4f4b85c6621f255f526555a8b68616f2a9a Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 14 Aug 2017 13:53:06 -0400 Subject: [PATCH] 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: I1b17afda88777bbc61afca53c1f1fe9732808e87 Signed-off-by: Pamela Dragosh --- pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/pom.xml b/pom.xml index 17faafcf8..7d7f979b6 100644 --- a/pom.xml +++ b/pom.xml @@ -266,5 +266,33 @@ + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.17,) + + check + + + + + + + + + + + + -- 2.16.6