Revert "Disabling detection of javadoc links, only use configured ones"
This reverts commit 7b6dec43f2
.
This commit is contained in:
parent
04019675f6
commit
036a880f74
5
pom.xml
5
pom.xml
|
@ -441,9 +441,8 @@
|
|||
<docencoding>UTF-8</docencoding>
|
||||
<encoding>UTF-8</encoding>
|
||||
<docfilessubdirs>true</docfilessubdirs>
|
||||
<detectLinks>false</detectLinks>
|
||||
<detectJavaApiLink>false</detectJavaApiLink>
|
||||
<detectOfflineLinks>false</detectOfflineLinks>
|
||||
<detectLinks>true</detectLinks>
|
||||
<detectJavaApiLink>true</detectJavaApiLink>
|
||||
<show>protected</show>
|
||||
<excludePackageNames>com.acme.*;org.slf4j.*;org.mortbay.*</excludePackageNames>
|
||||
<links>
|
||||
|
|
Loading…
Reference in New Issue