Skip to content

Commit 1575850

Browse files
dockerzhangjerryshao
authored andcommitted
[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(张超) <[email protected]> Author: dockerzhang <[email protected]> Closes apache#184 from dockerzhang/windows-build.
1 parent 22a8ad1 commit 1575850

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

assembly/assembly.xml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<includes>
3030
<include>*</include>
3131
</includes>
32+
<fileMode>0755</fileMode>
3233
</fileSet>
3334
<fileSet>
3435
<directory>${project.parent.basedir}</directory>

pom.xml

-3
Original file line numberDiff line numberDiff line change
@@ -797,9 +797,6 @@
797797
<requireMavenVersion>
798798
<version>[3.0.0,)</version>
799799
</requireMavenVersion>
800-
<requireOS>
801-
<family>unix</family>
802-
</requireOS>
803800
</rules>
804801
</configuration>
805802
<executions>

0 commit comments

Comments
 (0)