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



##########
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>
-            <configuration>
-              <skip>true</skip>
-            </configuration>
-          </execution>
-          <execution>
-            <id>copy-artifact</id>
-            <phase>none</phase>
-            <configuration>
-              <skip>true</skip>
-            </configuration>
-          </execution>
-
-
-          <execution>
-            <id>copy-spark-interpreter</id>
-            <phase>package</phase>

Review comment:
       This copy operation is performed with the maven-shade-plugin.
   At the moment we get the following output during the build.
   ```
   2021-09-27T04:39:20.4923321Z [INFO] --- maven-dependency-plugin:3.1.2:copy 
(copy-spark-interpreter) @ spark-interpreter ---
   2021-09-27T04:39:20.4925219Z [INFO] Configured Artifact: 
org.apache.zeppelin:spark-interpreter:0.11.0-SNAPSHOT:jar
   2021-09-27T04:39:20.5007691Z [INFO] 
org.apache.zeppelin:spark-interpreter:0.11.0-SNAPSHOT:jar already exists in 
/home/runner/work/zeppelin/zeppelin/spark/interpreter/target/../../../interpreter/spark
   ```




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to