Bug 65385 - Link to Maven Central is not valid
Summary: Link to Maven Central is not valid
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 10
Classification: Unclassified
Component: Documentation (show other bugs)
Version: unspecified
Hardware: PC All
: P2 minor (vote)
Target Milestone: ------
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-16 16:56 UTC by Lucas Miranda
Modified: 2021-06-24 07:48 UTC (History)
0 users



Attachments
Screenshot (143.73 KB, image/png)
2021-06-16 16:56 UTC, Lucas Miranda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Miranda 2021-06-16 16:56:13 UTC
Created attachment 37901 [details]
Screenshot

Acess: https://tomcat.apache.org/tomcat-10.0-doc/maven-jars.html

Section "Tomcat Releases":

The link provided is not valid:

https://repo2.maven.org/maven2/org/apache/tomcat/


This one works fine:

https://repo1.maven.org/maven2/org/apache/tomcat/
Comment 1 Michael Osipov 2021-06-16 17:25:29 UTC
It should also read: Maven Central repository.
Comment 2 Mark Thomas 2021-06-17 13:14:51 UTC
Thanks for reporting this.

Fixed in:
- 10.1.x for 10.1.0-M2 onwards
- 10.0.x for 10.0.8 onwards
- 9.0.x for 9.0.49 onwards
- 8.5.x for 8.5.69 onwards
Comment 3 Konstantin Kolinko 2021-06-17 16:18:04 UTC
IIRC, the recommended URL to the Maven Central is
https://repo.maven.apache.org/maven2/

Using an apache.org address instead of a 3rd party one.

https://markmail.org/message/6q2yfkqvic7bcpib
https://markmail.org/thread/kgq6lm64u7ab73m2
Comment 4 Mark Thomas 2021-06-24 07:48:58 UTC
URL updated. Fixed versions unchanged.