You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by jo...@apache.org on 2022/11/23 12:27:15 UTC

[zeppelin] branch master updated: [MINOR] Remove warnning (#4513)

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

jongyoul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new c8a529df8f [MINOR] Remove warnning (#4513)
c8a529df8f is described below

commit c8a529df8f5ab62d867c249b27a5a4fdcc399c35
Author: Jongyoul Lee <jo...@gmail.com>
AuthorDate: Wed Nov 23 21:27:08 2022 +0900

    [MINOR] Remove warnning (#4513)
    
    * [MINOR] Remove lifecycle-mapping for elicpse m2e
    
    * Fix checkstyle
---
 pom.xml | 53 -----------------------------------------------------
 1 file changed, 53 deletions(-)

diff --git a/pom.xml b/pom.xml
index bee4678ddb..7cfc20f540 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1697,59 +1697,6 @@
           <version>${plugin.antrun.version}</version>
         </plugin>
 
-        <!--This plugin's configuration is used to store Eclipse m2e settings
-          only. It has no influence on the Maven build itself. -->
-        <plugin>
-          <groupId>org.eclipse.m2e</groupId>
-          <artifactId>lifecycle-mapping</artifactId>
-          <version>${plugin.lifecycle.mapping.version}</version>
-          <configuration>
-            <lifecycleMappingMetadata>
-              <pluginExecutions>
-                <pluginExecution>
-                  <pluginExecutionFilter>
-                    <groupId>
-                      org.apache.maven.plugins
-                    </groupId>
-                    <artifactId>
-                      maven-dependency-plugin
-                    </artifactId>
-                    <versionRange>
-                      [2.8,)
-                    </versionRange>
-                    <goals>
-                      <goal>copy-dependencies</goal>
-                    </goals>
-                  </pluginExecutionFilter>
-                  <action>
-                    <ignore/>
-                  </action>
-                </pluginExecution>
-                <pluginExecution>
-                  <pluginExecutionFilter>
-                    <groupId>
-                      org.apache.maven.plugins
-                    </groupId>
-                    <artifactId>
-                      maven-checkstyle-plugin
-                    </artifactId>
-                    <versionRange>
-                      [2.13,)
-                    </versionRange>
-                    <goals>
-                      <goal>checkstyle</goal>
-                      <goal>check</goal>
-                    </goals>
-                  </pluginExecutionFilter>
-                  <action>
-                    <ignore></ignore>
-                  </action>
-                </pluginExecution>
-              </pluginExecutions>
-            </lifecycleMappingMetadata>
-          </configuration>
-        </plugin>
-
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-eclipse-plugin</artifactId>