This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-livy.git
The following commit(s) were added to refs/heads/master by this push: new 1575850 [LIVY-610][BUILD] optimization for windows environment build. 1575850 is described below commit 15758502247b5df5fc5b3a5827af9f5117875dae Author: dockerzhang(张超) <dockerzh...@tencent.com> AuthorDate: Mon Jul 22 14:20:47 2019 +0800 [LIVY-610][BUILD] optimization for windows environment build. ## What changes were proposed in this pull request? we can remove requireOS restriction for windows building, and add execute permission for bin/livy-server. https://issues.apache.org/jira/browse/LIVY-610 ## How was this patch tested? tested manually. Author: dockerzhang(张超) <dockerzh...@tencent.com> Author: dockerzhang <zhchao_bey...@outlook.com> Closes #184 from dockerzhang/windows-build. --- assembly/assembly.xml | 1 + pom.xml | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/assembly/assembly.xml b/assembly/assembly.xml index 83f3dfe..de61aee 100644 --- a/assembly/assembly.xml +++ b/assembly/assembly.xml @@ -29,6 +29,7 @@ <includes> <include>*</include> </includes> + <fileMode>0755</fileMode> </fileSet> <fileSet> <directory>${project.parent.basedir}</directory> diff --git a/pom.xml b/pom.xml index cfe9f42..23909d1 100644 --- a/pom.xml +++ b/pom.xml @@ -797,9 +797,6 @@ <requireMavenVersion> <version>[3.0.0,)</version> </requireMavenVersion> - <requireOS> - <family>unix</family> - </requireOS> </rules> </configuration> <executions>