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

This reverts commit 5dae1a0c66.
This commit is contained in:
Ajay Kumar 2019-04-29 19:46:20 -07:00
parent 4b4200f1f8
commit 382a962d8d
No known key found for this signature in database
GPG Key ID: 8D133AAB81A9B4DD
1 changed files with 3 additions and 8 deletions

View File

@ -31,7 +31,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependencies>
</dependencies>
<build>
<plugins>
<plugin>
@ -44,15 +43,11 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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>
</arguments>
</configuration>
</execution>
</executions>
<configuration>
<executable>dev-support/bin/generate-site.sh</executable>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>