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:
[email protected]
With regards,
Apache Git Services