Some javadoc plugin configuration updates
(cherry picked from commit 240c217
)
This commit is contained in:
parent
712b5bbcf9
commit
521cc6520f
5
pom.xml
5
pom.xml
|
@ -372,7 +372,10 @@
|
|||
<encoding>UTF-8</encoding>
|
||||
<docfilessubdirs>true</docfilessubdirs>
|
||||
<detectLinks>false</detectLinks>
|
||||
<detectJavaApiLink>true</detectJavaApiLink>
|
||||
<detectJavaApiLink>false</detectJavaApiLink>
|
||||
<show>protected</show>
|
||||
<!-- needed for Java 8+ -->
|
||||
<additionalparam>--allow-script-in-comments</additionalparam>
|
||||
<excludePackageNames>com.acme.*;org.slf4j.*;org.mortbay.*</excludePackageNames>
|
||||
<links>
|
||||
<link>http://docs.oracle.com/javase/8/docs/api/</link>
|
||||
|
|
Loading…
Reference in New Issue