You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by lj...@apache.org on 2020/06/25 09:50:22 UTC

[incubator-ratis] branch master updated: RATIS-974. Build fails on Windows machine (#136)

This is an automated email from the ASF dual-hosted git repository.

ljain pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new bf7361f  RATIS-974. Build fails on Windows machine (#136)
bf7361f is described below

commit bf7361f5a3d1c114c3a5561e25e6329fdbddf900
Author: Cyrus Jackson <cy...@gmail.com>
AuthorDate: Thu Jun 25 15:20:13 2020 +0530

    RATIS-974. Build fails on Windows machine (#136)
---
 ratis-docs/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ratis-docs/pom.xml b/ratis-docs/pom.xml
index 2a5d232..ebf9385 100644
--- a/ratis-docs/pom.xml
+++ b/ratis-docs/pom.xml
@@ -42,7 +42,8 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
           </execution>
         </executions>
         <configuration>
-          <executable>dev-support/bin/generate-site.sh</executable>
+          <executable>bash</executable>
+          <arguments>dev-support/bin/generate-site.sh</arguments>
         </configuration>
       </plugin>
       <plugin>