From: Pamela Dragosh Date: Mon, 14 Aug 2017 17:42:40 +0000 (-0400) Subject: Remove eclipse checkstyle warnings X-Git-Tag: v1.1.0~62 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c80b11cf2316d690ed4ad50eacc17bd4a83695a8;p=policy%2Fdrools-pdp.git 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 --- 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 + + + + + + + + + +