You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2021/09/27 07:45:03 UTC

[GitHub] [zeppelin] Reamer commented on a change in pull request #4235: [ZEPPELIN-5541] Remove maven-dependency-plugin from pom.xml where it not necessary

Reamer commented on a change in pull request #4235:
URL: https://github.com/apache/zeppelin/pull/4235#discussion_r716438132



##########
File path: spark/interpreter/pom.xml
##########
@@ -517,60 +517,6 @@
           </execution>
         </executions>
       </plugin>
-
-
-      <plugin>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>copy-dependencies</id>

Review comment:
       A plugin execution which is always skipped is not required.

##########
File path: spark/interpreter/pom.xml
##########
@@ -517,60 +517,6 @@
           </execution>
         </executions>
       </plugin>
-
-
-      <plugin>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>copy-dependencies</id>
-            <phase>none</phase>
-            <configuration>
-              <skip>true</skip>
-            </configuration>
-          </execution>
-
-          <execution>
-            <id>copy-interpreter-dependencies</id>
-            <phase>none</phase>

Review comment:
       A plugin execution which is always skipped is not required.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org