Repository: zeppelin
Updated Branches:
  refs/heads/master ffa4ee31a -> b68d36f08


[HOTFIX] Don't copy dependencies to target/lib folder

### What is this PR for?
It is not necessary to copy dependencies jars to target/lib folder

### What type of PR is it?
[Bug Fix | Improvement | Feature | Documentation | Hot Fix | Refactoring]

### Todos
* [ ] - Task

### What is the Jira issue?
* No jira created

### How should this be tested?
* CI pass

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Jeff Zhang <zjf...@apache.org>

Closes #2990 from zjffdu/HOTFIX_pom and squashes the following commits:

224a3d77d [Jeff Zhang] [HOTFIX] Don't copy dependencies to target/lib folder


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/b68d36f0
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/b68d36f0
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/b68d36f0

Branch: refs/heads/master
Commit: b68d36f08546b4f7cc223706f74ec3a09e68e419
Parents: ffa4ee3
Author: Jeff Zhang <zjf...@apache.org>
Authored: Tue May 29 14:02:11 2018 +0800
Committer: Jeff Zhang <zjf...@apache.org>
Committed: Tue May 29 15:39:13 2018 +0800

----------------------------------------------------------------------
 interpreter-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b68d36f0/interpreter-parent/pom.xml
----------------------------------------------------------------------
diff --git a/interpreter-parent/pom.xml b/interpreter-parent/pom.xml
index 3be64b3..25af441 100644
--- a/interpreter-parent/pom.xml
+++ b/interpreter-parent/pom.xml
@@ -78,7 +78,7 @@
           <artifactId>maven-dependency-plugin</artifactId>
           <executions>
             <execution>
-              <id>copy-interpreter-dependencies</id>
+              <id>copy-dependencies</id>
               <phase>package</phase>
               <goals>
                 <goal>copy-dependencies</goal>

Reply via email to