FELIX-4023 :  SCR-Plugin not working reliably in m2e 1.3.1 . Apply patch from Timo Naroska

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1467864 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/maven-scr-plugin/changelog.txt b/scrplugin/maven-scr-plugin/changelog.txt
index 91b47ad..badf570 100644
--- a/scrplugin/maven-scr-plugin/changelog.txt
+++ b/scrplugin/maven-scr-plugin/changelog.txt
@@ -1,3 +1,9 @@
+Changes from 1.12.0 to 1.11.0
+-----------------------------
+** Bug
+    * [FELIX-4023] -  SCR-Plugin not working reliably in m2e 1.3.1 
+
+
 Changes from 1.11.0 to 1.10.0
 ----------------------------
 ** Improvement
diff --git a/scrplugin/maven-scr-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml b/scrplugin/maven-scr-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
index c497c0f..6b40674 100644
--- a/scrplugin/maven-scr-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
+++ b/scrplugin/maven-scr-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
@@ -25,8 +25,10 @@
         </goals>
       </pluginExecutionFilter>
       <action>
-        <execute/>
-      </action>
-    </pluginExecution>
+        <execute>
+          <runOnIncremental>true</runOnIncremental>
+        </execute>
+       </action>
+     </pluginExecution>
   </pluginExecutions>
 </lifecycleMappingMetadata>