Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ZEPPELIN-1435] Move zeppelin-server-*.jar under lib in distribution …
…binary package ### What is this PR for? Move zeppelin-server-*.jar package under `lib` directory like other zeppelin modules such as `zeppelin-engine`, `zeppelin-interpreter` ### What type of PR is it? Refactoring ### What is the Jira issue? [ZEPPELIN-1435](https://issues.apache.org/jira/browse/ZEPPELIN-1435) ### How should this be tested? Build with: ``` mvn clean package -DskipTests -Pbuild-distr -pl '!alluxio,!angular,!cassandra,!elasticsearch,!file,!flink,!hbase,!ignite,!jdbc,!kylin,!lens,!livy,!postgresql,!python,!shell,!bigquery' ``` and check if `zeppelin-server-0.7.0-SNAPSHOT.jar` file is placed under `zeppelin-distribution/target/zeppelin-0.7.0-SNAPSHOT/zeppelin-0.7.0-SNAPSHOT/lib` not `zeppelin-distribution/target/zeppelin-0.7.0-SNAPSHOT/zeppelin-0.7.0-SNAPSHOT` ### Questions: - Does the licenses files need update? no - Is there breaking changes for older versions? no - Does this needs documentation? no Author: Mina Lee <[email protected]> Closes apache#1427 from minahlee/ZEPPELIN-1435 and squashes the following commits: 03a018f [Mina Lee] Move zeppelin-server-*.jar under lib in distribution binary package
- Loading branch information