You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Peter Ivanov (Jira)" <ji...@apache.org> on 2019/09/17 15:44:00 UTC

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

Peter Ivanov created MJAVADOC-621:
-------------------------------------

             Summary: 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
         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


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
mvn clean package -pl :ignite-tools -am -DskipTests
{code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)