[ https://issues.apache.org/jira/browse/MJAVADOC-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Osipov updated MJAVADOC-621: ------------------------------------ Fix Version/s: (was: waiting-for-feedback) > 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 > > 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 g...@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)