Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master cd486ef3c -> 690e2f343


ZEPPELIN-276: Fix test failing on 'mvn clean package'

Do so by moving copy dependencies to earlier mvn phase, so they got included in 
classpath from `interpreter.sh` on tests.

Details [ZEPPELIN-276](https://issues.apache.org/jira/browse/ZEPPELIN-276)

Author: Alexander Bezzubov <[email protected]>

Closes #285 from bzz/ZEPPELIN-224-mvn-clean-package-test-classpath-fix and 
squashes the following commits:

f3764dc [Alexander Bezzubov] Fix test failing on 'mvn clean package'


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

Branch: refs/heads/master
Commit: 690e2f3433ace83c983b2eb9621c62bc84424e82
Parents: cd486ef
Author: Alexander Bezzubov <[email protected]>
Authored: Mon Sep 7 11:38:04 2015 +0900
Committer: Alexander Bezzubov <[email protected]>
Committed: Tue Sep 8 12:05:12 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/690e2f34/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ff65160..02f161f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -312,7 +312,7 @@
         <executions>
           <execution>
             <id>copy-dependencies</id>
-            <phase>prepare-package</phase>
+            <phase>process-test-resources</phase>
             <goals>
               <goal>copy-dependencies</goal>
             </goals>

Reply via email to