From cc00838441d08d2e7e9cefad56eab8f381cec44a Mon Sep 17 00:00:00 2001 From: ashitsalesforce Date: Thu, 31 Oct 2024 17:59:37 -0700 Subject: [PATCH] avoid "Plugin execution not covered by lifecycle configuration:" error in IDE avoid "Plugin execution not covered by lifecycle configuration:" error in IDE --- pom.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/pom.xml b/pom.xml index e430cf78..32b7e0e1 100644 --- a/pom.xml +++ b/pom.xml @@ -560,5 +560,40 @@ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-antrun-plugin + + + [3.1.0,) + + + run + + + + + + + + + + + +