GitHub user minahlee opened a pull request:

    https://github.com/apache/zeppelin/pull/1321

    [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
    
    ### 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
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/minahlee/zeppelin build_skipTests

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/1321.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 #1321
    
----
commit c1aa8456d5d2f274bee1d66e29308065eb3d65e4
Author: Mina Lee <mina...@apache.org>
Date:   2016-08-11T14:17:48Z

    Add -DskipTests property to reduce build time

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to