This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push: new 033a32c Add M2E lifecycle mapping for post-process-classes 033a32c is described below commit 033a32cd9450d30e22fce4e3ff55b2ca27b90c0f Author: Andreas Veithen <veit...@apache.org> AuthorDate: Sun May 10 19:41:27 2020 +0100 Add M2E lifecycle mapping for post-process-classes --- .../META-INF/m2e/lifecycle-mapping-metadata.xml | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/buildutils/buildutils-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml b/buildutils/buildutils-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml new file mode 100644 index 0000000..6598afb --- /dev/null +++ b/buildutils/buildutils-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ~ 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>post-process-classes</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore/> + </action> + </pluginExecution> + </pluginExecutions> +</lifecycleMappingMetadata>