Skip to content

Commit 4a323f3

Browse files
committed
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/
1 parent 6152225 commit 4a323f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@
527527
<link>http://www.joda.org/joda-time/apidocs/</link>
528528
<link>http://fasterxml.github.io/jackson-core/javadoc/2.8/</link>
529529
<link>http://fasterxml.github.io/jackson-databind/javadoc/2.7/</link>
530-
<link>https://javaee-spec.java.net/nonav/javadocs/</link>
530+
<link>https://javaee.github.io/javaee-spec/javadocs/</link>
531531
</links>
532532
<!-- optional dependencies from other modules (must be explicitly declared here in order to be correctly resolved) -->
533533
<additionalDependencies>

0 commit comments

Comments
 (0)