You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/02/28 17:07:00 UTC

[GitHub] [flink] zentol commented on a change in pull request #11259: [FLINK-15633][build] Bump javadoc-plugin to 3.1.1

zentol commented on a change in pull request #11259: [FLINK-15633][build] Bump javadoc-plugin to 3.1.1
URL: https://github.com/apache/flink/pull/11259#discussion_r385813940
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -929,6 +929,15 @@ under the License.
 								<excludedGroups>org.apache.flink.testutils.junit.FailsOnJava11</excludedGroups>
 							</configuration>
 						</plugin>
+						<plugin>
+							<groupId>org.apache.maven.plugins</groupId>
+							<artifactId>maven-javadoc-plugin</artifactId>
+							<configuration>
+								<additionalJOptions>
+									<additionalJOption>--add-exports=java.base/sun.net.util=ALL-UNNAMED</additionalJOption>
 
 Review comment:
   It makes one of the internal jdk packages accessible at runtime to my understanding.
   
   We need the same thing for the `maven-compiler-plugin` (although curiously not in dist....).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services