Fixed lifecycle mapping metadata for m2e which previously resulted in spurious errors regarding the manifests
diff --git a/pom.xml b/pom.xml
index 60f768f..5ff2338 100644
--- a/pom.xml
+++ b/pom.xml
@@ -730,7 +730,9 @@
                         </goals>
                       </pluginExecutionFilter>
                       <action>
-                        <ignore />
+                        <execute>
+                          <runOnConfiguration>true</runOnConfiguration>
+                        </execute>
                       </action>
                     </pluginExecution>
                   </pluginExecutions>