You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/02/23 17:10:06 UTC

[maven-resources-plugin] branch MRESOURCES-252 created (now 0c2aaf3)

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

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


      at 0c2aaf3  [MRESOURCES-252] Add m2e lifecycle Metadata to plugin

This branch includes the following new commits:

     new 0c2aaf3  [MRESOURCES-252] Add m2e lifecycle Metadata to plugin

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-resources-plugin] 01/01: [MRESOURCES-252] Add m2e lifecycle Metadata to plugin

Posted by sl...@apache.org.
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 <sl...@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