HDDS-973. HDDS/Ozone fail to build on Windows.

Contributed by Xiaoyu Yao.
This commit is contained in:
Nanda kumar 2019-01-25 12:19:11 +05:30
parent 2181b18850
commit 5dae1a0c66
1 changed files with 7 additions and 1 deletions

View File

@ -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>