Skip to content

Commit 2b91db7

Browse files
committed
Fixed pom
1 parent 72751ab commit 2b91db7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,9 @@
180180
<goal>jar</goal>
181181
</goals>
182182
<configuration>
183-
<additionalparam>${javadoc.opts}</additionalparam>
183+
<additionalOptions>
184+
<additionalOption>${javadoc.opts}</additionalOption>
185+
</additionalOptions>
184186
</configuration>
185187
</execution>
186188
</executions>

0 commit comments

Comments
 (0)