fix javadoc with jdk 11.0.2
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
3ffdd9427d
commit
15d998b269
2
pom.xml
2
pom.xml
|
@ -550,10 +550,12 @@
|
|||
<detectJavaApiLink>false</detectJavaApiLink>
|
||||
<show>protected</show>
|
||||
<excludePackageNames>com.acme.*;org.slf4j.*;org.mortbay.*</excludePackageNames>
|
||||
<!-- broken build with jdk 11.0.2
|
||||
<links>
|
||||
<link>http://docs.oracle.com/javase/8/docs/api/</link>
|
||||
<link>http://docs.oracle.com/javaee/7/api/</link>
|
||||
</links>
|
||||
-->
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in New Issue