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

zjffdu 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 0da6f9f  [HOTFIX] zeppelin-interpreter-api jar is missing in 
interpreter folder
0da6f9f is described below

commit 0da6f9f11708ac2f694f556fdcab0d205a6c6ff9
Author: Jeff Zhang <zjf...@apache.org>
AuthorDate: Tue Jul 2 15:56:19 2019 +0800

    [HOTFIX] zeppelin-interpreter-api jar is missing in interpreter folder
---
 zeppelin-interpreter-api/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/zeppelin-interpreter-api/pom.xml b/zeppelin-interpreter-api/pom.xml
index c1f0ae8..61be599 100644
--- a/zeppelin-interpreter-api/pom.xml
+++ b/zeppelin-interpreter-api/pom.xml
@@ -159,6 +159,9 @@
           <execution>
             <id>copy-to-interpreter</id>
             <phase>package</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
             <configuration>
               <target>
                 <echo>ANT TASK - copying files....</echo>

Reply via email to