This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MRESOURCES-252
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git

commit 0c2aaf3dad22a6db17b64cd28bf478c0e6d27ca7
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Sun Feb 23 18:05:40 2020 +0100

    [MRESOURCES-252] Add m2e lifecycle Metadata to plugin
---
 .../META-INF/m2e/lifecycle-mapping-metadata.xml         | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml 
b/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
new file mode 100644
index 0000000..9fac0e1
--- /dev/null
+++ b/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
@@ -0,0 +1,17 @@
+<lifecycleMappingMetadata>
+    <pluginExecutions>
+        <pluginExecution>
+            <pluginExecutionFilter>
+                <goals>
+                    <goal>resources</goal>
+                    <goal>testResources</goal>
+                </goals>
+            </pluginExecutionFilter>
+            <action>
+                <execute>
+                    <runOnIncremental>true</runOnIncremental>
+                </execute>
+            </action>
+        </pluginExecution>
+    </pluginExecutions>
+</lifecycleMappingMetadata>
\ No newline at end of file

Reply via email to