浏览代码

HDDS-973. HDDS/Ozone fail to build on Windows.
Contributed by Xiaoyu Yao.

Nanda kumar 6 年之前
父节点
当前提交
5dae1a0c66
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      hadoop-hdds/docs/pom.xml

+ 7 - 1
hadoop-hdds/docs/pom.xml

@@ -46,7 +46,13 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
           </execution>
         </executions>
         <configuration>
-          <executable>dev-support/bin/generate-site.sh</executable>
+          <executable>${shell-executable}</executable>
+          <workingDirectory>${project.build.directory}</workingDirectory>
+          <arguments>
+            <argument>${basedir}/dev-support/bin/generate-site.sh</argument>
+            <argument>${hdds.version}</argument>
+            <argument>${project.build.directory}</argument>
+          </arguments>
         </configuration>
       </plugin>
       <plugin>