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:04:23 UTC

[maven-enforcer] branch remove-m2e-files created (now 9c961f6)

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-enforcer.git


      at 9c961f6  remove specific IDE m2e files

This branch includes the following new commits:

     new 9c961f6  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-enforcer] 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-enforcer.git

commit 9c961f6b10eecdab4257a79f6cc82295f172fda7
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Tue Nov 22 12:04:18 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/maven-enforcer-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml b/maven-enforcer-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
deleted file mode 100644
index eedcd9c..0000000
--- a/maven-enforcer-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?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>enforce</goal>
-        </goals>
-      </pluginExecutionFilter>
-      <action>
-      	<ignore/>
-      </action>
-    </pluginExecution>
-  </pluginExecutions>
-</lifecycleMappingMetadata>
\ No newline at end of file