From 5dae1a0c663cf9ab0e1e0463e5121afb0fa4a83e Mon Sep 17 00:00:00 2001 From: Nanda kumar Date: Fri, 25 Jan 2019 12:19:11 +0530 Subject: [PATCH] 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 43e6b197e52..2e22302f8fb 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"> - dev-support/bin/generate-site.sh + ${shell-executable} + ${project.build.directory} + + ${basedir}/dev-support/bin/generate-site.sh + ${hdds.version} + ${project.build.directory} +