Skip to content

Commit

Permalink
Set detectLinks to false for javadoc-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Dec 18, 2021
1 parent d4e1389 commit 51e3c5d
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 @@ -539,6 +539,10 @@
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
<configuration>
<!-- TODO remove when upgrading parent to 35 - MPOM-280 -->
<detectLinks>false</detectLinks>
</configuration>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 51e3c5d

Please sign in to comment.