[ 
https://issues.apache.org/jira/browse/FLINK-10812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16678330#comment-16678330
 ] 

ASF GitHub Bot commented on FLINK-10812:
----------------------------------------

zentol closed pull request #7044: [FLINK-10812][build] Skip javadoc plugin for 
e2e-test-utils
URL: https://github.com/apache/flink/pull/7044
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/flink-end-to-end-tests/flink-e2e-test-utils/pom.xml 
b/flink-end-to-end-tests/flink-e2e-test-utils/pom.xml
index 67988b3ce6b..f3de836d509 100644
--- a/flink-end-to-end-tests/flink-e2e-test-utils/pom.xml
+++ b/flink-end-to-end-tests/flink-e2e-test-utils/pom.xml
@@ -65,6 +65,15 @@ under the License.
                                        </execution>
                                </executions>
                        </plugin>
+
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-javadoc-plugin</artifactId>
+                               <configuration>
+                                       <!-- Plugin fails since this module 
contains no public/protected classes -->
+                                       <skip>true</skip>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>
 


 

----------------------------------------------------------------
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:
us...@infra.apache.org


> 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: Critical
>              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)

Reply via email to