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
1 changed files with 2 additions and 1 deletions

View File

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