Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
lazycece committed Jan 7, 2023
1 parent 6ab9982 commit ba8b235
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,11 @@
<version>${maven.javadoc.plugin.version}</version>
<configuration>
<skip>${maven.javadoc.skip}</skip>
<additionalparam>-tag date</additionalparam>
<tags>
<tag>
<name>date</name>
</tag>
</tags>
<locale>en_US</locale>
</configuration>
<executions>
Expand Down

0 comments on commit ba8b235

Please sign in to comment.