This is an automated email from the ASF dual-hosted git repository. nanda pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
commit 5dae1a0c663cf9ab0e1e0463e5121afb0fa4a83e Author: Nanda kumar <[email protected]> AuthorDate: Fri Jan 25 12:19:11 2019 +0530 HDDS-973. HDDS/Ozone fail to build on Windows. Contributed by Xiaoyu Yao. --- hadoop-hdds/docs/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hadoop-hdds/docs/pom.xml b/hadoop-hdds/docs/pom.xml index 43e6b19..2e22302 100644 --- a/hadoop-hdds/docs/pom.xml +++ b/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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
