GitHub user conker84 opened a pull request:
https://github.com/apache/zeppelin/pull/2646
[ZEPPELIN-3025] Windows Build Error
### What is this PR for?
When i try to build Zeppelin from apache master repo on Windows 10 i get
this error:
```bash
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-dependency-plugin:2.8:copy (copy-artifact) on
project zeppelin-interpreter: Error copying artifact from
C:\Users\Andrea\workspace_zeppelin\zeppelin-master\zeppelin-interpreter\target\zeppelin-interpreter-0.8.0-SNAPSHOT.jar
to
C:\Users\Andrea\workspace_zeppelin\zeppelin-master\zeppelin-interpreter\interpreter\Zeppelin:
Interpreter\zeppelin-interpreter-0.8.0-SNAPSHOT.jar
```
### What type of PR is it?
[Bug Fix]
### Todos
* [x] - Change build dir
### What is the Jira issue?
[ZEPPELIN-3025](https://issues.apache.org/jira/browse/ZEPPELIN-3025)
### How should this be tested?
* Build the project in Windows env
### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/conker84/zeppelin winbuild
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2646.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2646
----
commit 66e77b960e114ee54c6fecda725f752b3037aee7
Author: Andrea Santurbano <[email protected]>
Date: 2017-10-31T17:23:13Z
Changet folder name in order to allow windows builds
----
---