[
https://issues.apache.org/jira/browse/FLINK-10812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16678215#comment-16678215
]
ASF GitHub Bot commented on FLINK-10812:
----------------------------------------
zentol opened a new pull request #7044: [FLINK-10812][build] Skip javadoc
plugin for e2e-test-utils
URL: https://github.com/apache/flink/pull/7044
## What is the purpose of the change
The `e2e-test-utils` modules contains no public/protected classes. This
causes the javadoc-plugin to fail since it cannot find any public/protected
classes to document.
This PR disables the javadoc-plugin in the `e2e-test-utils` module. I could
not find a configuration option to not fail.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Snapshot deployment broken for master
> -------------------------------------
>
> Key: FLINK-10812
> URL: https://issues.apache.org/jira/browse/FLINK-10812
> Project: Flink
> Issue Type: Bug
> Components: Build System
> Affects Versions: 1.7.0
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.7.0
>
>
> {code}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar (attach-javadocs) on
> project flink-e2e-test-utils: MavenReportException: Error while creating
> archive:
> [ERROR] Exit code: 1 - javadoc: error - No public or protected classes found
> to document.
> [ERROR]
> [ERROR] Command line was:
> /usr/local/asfpackages/java/jdk1.8.0_191/jre/../bin/javadoc @options @packages
> [ERROR]
> [ERROR] Refer to the generated Javadoc files in
> '/home/jenkins/jenkins-slave/workspace/flink-snapshot-deployment/flink-end-to-end-tests/flink-e2e-test-utils/target/apidocs'
> dir.
> [ERROR] -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)