You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/11/22 02:02:00 UTC

[maven-resources-plugin] branch remove-m2e-files created (now a29582d)

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

olamy pushed a change to branch remove-m2e-files
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git


      at a29582d  remove specific IDE m2e files

This branch includes the following new commits:

     new a29582d  remove specific IDE m2e files

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: remove specific IDE m2e files

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch remove-m2e-files
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git

commit a29582d84eae409883e89e2c330492a33be682e6
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Tue Nov 22 12:01:55 2022 +1000

    remove specific IDE m2e files
    
    those files are specific to m2e they shouldn;t be stored in the Apache Maven sources
---
 .../META-INF/m2e/lifecycle-mapping-metadata.xml    | 35 ----------------------
 1 file changed, 35 deletions(-)

diff --git a/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml b/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
deleted file mode 100644
index 787e2ea..0000000
--- a/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
+++ /dev/null
@@ -1,35 +0,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>resources</goal>
-                    <goal>testResources</goal>
-                </goals>
-            </pluginExecutionFilter>
-            <action>
-                <execute>
-                    <runOnIncremental>true</runOnIncremental>
-                </execute>
-            </action>
-        </pluginExecution>
-    </pluginExecutions>
-</lifecycleMappingMetadata>
\ No newline at end of file