From c80b11cf2316d690ed4ad50eacc17bd4a83695a8 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 14 Aug 2017 13:42:40 -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: I609ebced831458e1fa56c57a30bceb3512c0dc7f Signed-off-by: Pamela Dragosh --- pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index f5a35c6e..08c27c3c 100644 --- a/pom.xml +++ b/pom.xml @@ -311,6 +311,30 @@ sonar-maven-plugin ${sonar.plugin.version} + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.17,) + + check + + + + + + + + + + -- cgit 1.2.3-korg