You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2020/03/09 11:46:00 UTC

[jira] [Closed] (MJAVADOC-621) Flaky "Error fetching URL" on https links

     [ https://issues.apache.org/jira/browse/MJAVADOC-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elliotte Rusty Harold closed MJAVADOC-621.
------------------------------------------

> Flaky "Error fetching URL" on https links
> -----------------------------------------
>
>                 Key: MJAVADOC-621
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-621
>             Project: Maven Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 3.1.1
>         Environment: OS: Ubuntu Linux 18.04 | macOS Mohave 10.14.6
> Java: 1.8.0_222 | 1.8.0_181
> Maven: 3.6.1
> Javadoc Maven Plugin: 2.10.4, 3.1.1
>            Reporter: Peter Ivanov
>            Priority: Critical
>             Fix For: waiting-for-feedback
>
>
> https://github.com/apache/ignite/blob/2d871005fdc5228479c0aa700e94b7c757e6deae/parent/pom.xml#L342
> When changed http to https, build started triggering Javadoc Warnings from time to time with no visible pattern.
> It is reproduced on latest (3.1.1) version of Maven Javadoc Plugin
> {code}
> [WARNING] Javadoc Warnings
> [WARNING] javadoc: warning - Error fetching URL: https://hadoop.apache.org/docs/current/api/
> {code}
> h3. Reproducer
> {code}
> git clone git@github.com:apache/ignite.git
> cd ignite
> git checkout 2d871005fdc5228479c0aa700e94b7c757e6deae
> mvn clean package -pl :ignite-tools -am -DskipTests
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)