From 960ba92ba0aa15ae91c6d0145647670955285f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20B=C4=85czkowski?= Date: Mon, 2 Jun 2025 17:58:12 +0200 Subject: [PATCH] Replace dead link in maven-javadoc-plugin The link to https://javaee-spec.java.net/nonav/javadocs/ is long dead since 2017. For some reason this causes excruciatingly long wait times until connection attempts eventually timeout. Regardless of that it's worth updating. This change replaces it with link to another publicly available legacy documentation at https://javaee.github.io/javaee-spec/javadocs/ --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bc5729a09c5..8b9a9e284d4 100644 --- a/pom.xml +++ b/pom.xml @@ -527,7 +527,7 @@ http://www.joda.org/joda-time/apidocs/ http://fasterxml.github.io/jackson-core/javadoc/2.8/ http://fasterxml.github.io/jackson-databind/javadoc/2.7/ - https://javaee-spec.java.net/nonav/javadocs/ + https://javaee.github.io/javaee-spec/javadocs/