You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2019/11/01 16:08:40 UTC

[cxf] branch 3.2.x-fixes updated: [CXF-8143]ensure java2wadl-plugin m2e compatible

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

ffang pushed a commit to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.2.x-fixes by this push:
     new 2695b96  [CXF-8143]ensure java2wadl-plugin m2e compatible
2695b96 is described below

commit 2695b965961865b95d60768a6270dc00839ad1d3
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Fri Nov 1 12:07:06 2019 -0400

    [CXF-8143]ensure java2wadl-plugin m2e compatible
    
    (cherry picked from commit 76ceee1dd54607d7c39970984fe5a15f86787cee)
    (cherry picked from commit ae1ec1a8b1fcd58eb6a7762a556f7bd445ec64ce)
---
 .../META-INF/m2e/lifecycle-mapping-metadata.xml    | 47 ++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/maven-plugins/java2wadl-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml b/maven-plugins/java2wadl-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
new file mode 100644
index 0000000..d1f967f
--- /dev/null
+++ b/maven-plugins/java2wadl-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+<lifecycleMappingMetadata>
+    <pluginExecutions>
+        <pluginExecution>
+            <pluginExecutionFilter>
+                <goals>
+                    <goal>java2wadl</goal>
+                </goals>
+            </pluginExecutionFilter>
+            <action>
+                <execute>
+                    <ignore/>
+                </execute>
+            </action>
+        </pluginExecution>
+        <pluginExecution>
+            <pluginExecutionFilter>
+                <goals>
+                    <goal>parsejavadoc</goal>
+                </goals>
+            </pluginExecutionFilter>
+            <action>
+                <execute>
+                    <ignore/>
+                </execute>
+            </action>
+        </pluginExecution>
+    </pluginExecutions>
+</lifecycleMappingMetadata>