Skip to content

Commit

Permalink
Replace additionalparam with additionalOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
yuokada committed Jun 28, 2024
1 parent af26344 commit cdc799d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
<source>${project.build.targetJdk}</source>
<encoding>${project.build.sourceEncoding}</encoding>
<maxmemory>${project.build.jvmsize}</maxmemory>
<additionalparam>${javadoc.opts}</additionalparam>
<additionalOptions>${javadoc.opts}</additionalOptions>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -512,7 +512,7 @@
<artifactId>umlgraph</artifactId>
<version>5.6</version>
</docletArtifact>
<additionalparam>-views -all</additionalparam>
<additionalOptions>-views -all</additionalOptions>
<useStandardDocletOptions>true</useStandardDocletOptions>
</configuration>
</plugin>
Expand Down

0 comments on commit cdc799d

Please sign in to comment.