HADOOP-18729. Fix mvnsite on Windows 10 (#5618)

This commit is contained in:
Gautham B A 2023-05-06 01:38:58 +05:30 committed by GitHub
parent 372631c566
commit c974710d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -652,9 +652,10 @@
<goal>exec</goal> <goal>exec</goal>
</goals> </goals>
<configuration> <configuration>
<executable>${basedir}/../../dev-support/bin/shelldocs</executable> <executable>${shell-executable}</executable>
<workingDirectory>src/site/markdown</workingDirectory> <workingDirectory>src/site/markdown</workingDirectory>
<arguments> <arguments>
<argument>${basedir}/../../dev-support/bin/shelldocs</argument>
<argument>--skipprnorep</argument> <argument>--skipprnorep</argument>
<argument>--output</argument> <argument>--output</argument>
<argument>${basedir}/src/site/markdown/UnixShellAPI.md</argument> <argument>${basedir}/src/site/markdown/UnixShellAPI.md</argument>