Skip to content

Commit

Permalink
OAK-11038: javadoc: missing linking to JDK methods
Browse files Browse the repository at this point in the history
  • Loading branch information
reschke committed Aug 20, 2024
1 parent 6c9cb81 commit 9b5c4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oak-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<doclint>none</doclint>
<detectJavaApiLink>false</detectJavaApiLink>
<detectJavaApiLink>true</detectJavaApiLink>
<aggregate>true</aggregate>
<links>
<link>https://s.apache.org/jcr-2.0-javadoc/</link>
Expand Down

0 comments on commit 9b5c4f6

Please sign in to comment.