From 55940f500e1f8c7cb160429dada416c2c776dfe2 Mon Sep 17 00:00:00 2001 From: vibul Date: Fri, 2 Dec 2011 15:29:14 +1100 Subject: [PATCH] Added fix for m2eclipse error "Plugin execution not covered by lifecycle configuration" in pom.xml. See issue #87. --- pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/pom.xml b/pom.xml index 44cc22f217..c01a7926df 100644 --- a/pom.xml +++ b/pom.xml @@ -207,6 +207,37 @@ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-antrun-plugin + [1.7,) + + run + + + + + + + + + + + + +