You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2015/02/02 19:59:03 UTC

[4/5] cxf git commit: Add m2e lifecycle stuff

Add m2e lifecycle stuff


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/bfbc0a25
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/bfbc0a25
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/bfbc0a25

Branch: refs/heads/master
Commit: bfbc0a25c377e43395fb1f7beee045e4412c4d8d
Parents: ad5763e
Author: Daniel Kulp <dk...@apache.org>
Authored: Mon Feb 2 11:12:47 2015 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Mon Feb 2 13:58:43 2015 -0500

----------------------------------------------------------------------
 .../META-INF/m2e/lifecycle-mapping-metadata.xml   | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/bfbc0a25/maven-plugins/wadl2java-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/wadl2java-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml b/maven-plugins/wadl2java-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
new file mode 100644
index 0000000..3642bf3
--- /dev/null
+++ b/maven-plugins/wadl2java-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<lifecycleMappingMetadata>
+    <pluginExecutions>
+        <pluginExecution>
+            <pluginExecutionFilter>
+                <goals>
+                    <goal>wadl2java</goal>
+                </goals>
+            </pluginExecutionFilter>
+            <action>
+                <execute>
+                    <runOnIncremental>true</runOnIncremental>
+                    <runOnConfiguration>true</runOnConfiguration>
+                </execute>
+            </action>
+        </pluginExecution>
+    </pluginExecutions>
+</lifecycleMappingMetadata>