Skip to content

Commit 38e6bfa

Browse files
author
TheSnoozer
committed
add maven-javadoc-plugin to the build pluginManagement to avoid a warning that this might 'threaten' the stability of the build
1 parent 8592ad0 commit 38e6bfa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@
129129
<artifactId>maven-site-plugin</artifactId>
130130
<version>3.9.1</version>
131131
</plugin>
132+
<plugin>
133+
<artifactId>maven-javadoc-plugin</artifactId>
134+
<version>3.2.0</version>
135+
</plugin>
132136
</plugins>
133137
</pluginManagement>
134138

0 commit comments

Comments
 (0)