Enable detectLinks

pull/48/head
Graham 5 years ago
parent 34458568a8
commit fffe8a2136
  1. 1
      pom.xml

@ -321,6 +321,7 @@
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<configuration> <configuration>
<detectJavaApiLink>true</detectJavaApiLink> <detectJavaApiLink>true</detectJavaApiLink>
<detectLinks>true</detectLinks>
<show>private</show> <show>private</show>
</configuration> </configuration>
<reportSets> <reportSets>

Loading…
Cancel
Save