[
https://issues.apache.org/jira/browse/MJAVADOC-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17958003#comment-17958003
]
Olivier Lamy commented on MJAVADOC-621:
---------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-javadoc-plugin#916|https://github.com/apache/maven-javadoc-plugin/issues/916].
> Flaky "Error fetching URL" on https links
> -----------------------------------------
>
> Key: MJAVADOC-621
> URL: https://issues.apache.org/jira/browse/MJAVADOC-621
> Project: Maven Javadoc Plugin (Moved to GitHub Issues)
> 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: Petr 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 [email protected]: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.20.10#820010)