Skip to content

Commit

Permalink
chore: fix maven warning (#269)
Browse files Browse the repository at this point in the history
This should fix the warnings " The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead."
  • Loading branch information
igorbernstein2 committed Jun 14, 2021
1 parent ad08043 commit b826555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
<useStandardDocletOptions>false</useStandardDocletOptions>
<docletPath>${env.KOKORO_GFILE_DIR}/java-docfx-doclet-1.0.jar</docletPath>
<additionalOptions>-outputpath ${project.build.directory}/docfx-yml -projectname ${artifactId}</additionalOptions>
<additionalOptions>-outputpath ${project.build.directory}/docfx-yml -projectname ${project.artifactId}</additionalOptions>
<doclint>none</doclint>
<show>protected</show>
<nohelp>true</nohelp>
Expand Down

0 comments on commit b826555

Please sign in to comment.