Skip to content

Commit

Permalink
add maven-javadoc-plugin to the build pluginManagement to avoid a war…
Browse files Browse the repository at this point in the history
…ning that this might 'threaten' the stability of the build
  • Loading branch information
TheSnoozer committed Mar 16, 2021
1 parent 8592ad0 commit 38e6bfa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@
<artifactId>maven-site-plugin</artifactId>
<version>3.9.1</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit 38e6bfa

Please sign in to comment.