zeppelin/dev
Mina Lee 74c975641b [BUILD][HOTFIX] Add -DskipTests property to reduce build time
### What is this PR for?
In `dev/publish_release.sh` there are two mvn build. Second build fails with follow error:
```
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (start-zeppelin) on project zeppelin-server: An Ant BuildException has occured: The directory /private/tmp/zeppelin-release/zeppelin/zeppelin-server/${zeppelin.daemon.package.base} does not exist
[ERROR] around Ant part ...<exec spawn="true" dir="${zeppelin.daemon.package.base}" executable="./zeppelin-daemon.sh">...  4:94 in /private/tmp/zeppelin-release/zeppelin/zeppelin-server/target/antrun/build-main.xml
```

This PR skip tests to fix this issue as hotfix. In addition, it will reduce build time

### What type of PR is it?
Build

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

Author: Mina Lee <minalee@apache.org>

Closes #1321 from minahlee/build_skipTests and squashes the following commits:

c1aa845 [Mina Lee] Add -DskipTests property to reduce build time
2016-08-12 09:26:28 +02:00
..
travis ZEPPELIN-160 Working with provided Spark, Hadoop. 2015-09-01 10:05:41 -07:00
change_scala_version.sh [ZEPPELIN-1180] Update publish_release.sh to publish scala 210 and scala 211 artifacts 2016-07-24 23:40:24 +09:00
common_release.sh [ZEPPELIN-986] Create publish release script 2016-06-22 21:22:07 -07:00
create_release.sh [BUILD] Remove bigquery interpreter from netinst package 2016-08-09 16:13:22 +09:00
merge_zeppelin_pr.py [ZEPPELIN-980] Move git repository from incubator-zeppelin to zeppelin 2016-06-10 09:02:41 -07:00
publish_release.sh [BUILD][HOTFIX] Add -DskipTests property to reduce build time 2016-08-12 09:26:28 +02:00
test_zeppelin_pr.py [ZEPPELIN-980] Move git repository from incubator-zeppelin to zeppelin 2016-06-10 09:02:41 -07:00