Skip to content

Commit

Permalink
Updating maven-javadoc-plugin config for JDK-8212233 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Apr 18, 2019
1 parent d83e116 commit 3232d73
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,8 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<source>8</source>
<target>8</target>
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
<encoding>UTF-8</encoding>
Expand All @@ -398,9 +400,6 @@
<excludePackageNames>com.acme.*;org.slf4j.*;org.mortbay.*</excludePackageNames>
<links>
<link>http://docs.oracle.com/javase/8/docs/api/</link>
<link>http://docs.oracle.com/javaee/7/api/</link>
<link>http://junit.org/junit4/javadoc/latest/</link>
<link>http://download.eclipse.org/jetty/stable-9/apidocs/</link>
</links>
<tags>
<tag>
Expand Down Expand Up @@ -558,9 +557,6 @@
<excludePackageNames>com.acme.*;org.slf4j.*;org.mortbay.*</excludePackageNames>
<links>
<link>http://docs.oracle.com/javase/8/docs/api/</link>
<link>http://docs.oracle.com/javaee/7/api/</link>
<link>http://junit.org/junit4/javadoc/latest/</link>
<link>http://download.eclipse.org/jetty/stable-9/apidocs/</link>
</links>
<tags>
<tag>
Expand Down

0 comments on commit 3232d73

Please sign in to comment.