We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f5bc3 commit 62b8d39Copy full SHA for 62b8d39
pom.xml
@@ -621,8 +621,8 @@
621
<configuration>
622
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
623
<useStandardDocletOptions>false</useStandardDocletOptions>
624
- <docletPath>${env.KOKORO_GFILE_DIR}/docfx-doclet-1.0-SNAPSHOT-jar-with-dependencies-172556.jar</docletPath>
625
- <additionalOptions>-outputpath ${project.build.directory}/docfx-yml</additionalOptions>
+ <docletPath>${env.KOKORO_GFILE_DIR}/java-docfx-doclet-1.0.jar</docletPath>
+ <additionalOptions>-outputpath ${project.build.directory}/docfx-yml -projectname ${artifactId}</additionalOptions>
626
<doclint>none</doclint>
627
<show>protected</show>
628
<nohelp>true</nohelp>
0 commit comments