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

This reverts commit 5dae1a0c663cf9ab0e1e0463e5121afb0fa4a83e.
diff --git a/hadoop-hdds/docs/pom.xml b/hadoop-hdds/docs/pom.xml
index 257a72d..43e6b19 100644
--- a/hadoop-hdds/docs/pom.xml
+++ b/hadoop-hdds/docs/pom.xml
@@ -31,7 +31,6 @@
   <dependencies>
 
   </dependencies>
-
   <build>
     <plugins>
       <plugin>
@@ -44,17 +43,11 @@
               <goal>exec</goal>
             </goals>
             <phase>compile</phase>
-            <configuration>
-              <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>
           </execution>
         </executions>
+        <configuration>
+          <executable>dev-support/bin/generate-site.sh</executable>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.rat</groupId>