Skip to content

Commit

Permalink
Fix unknown additionalparam warning (#455)
Browse files Browse the repository at this point in the history
This fixes the following warning:

```
[WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.4.1:jar (attach-javadocs)'
```

It looks like this was never used ever since it was added in 55a2a1b

Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn authored Aug 30, 2023
1 parent 51182c5 commit f3d2f81
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,6 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>${javadoc.opts}</additionalparam>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit f3d2f81

Please sign in to comment.