kwin commented on a change in pull request #55:
URL: https://github.com/apache/sling-site/pull/55#discussion_r582653800
##########
File path: src/main/jbake/templates/downloads.tpl
##########
@@ -324,6 +324,19 @@ def downloadLink(label, artifact, version, suffix) {
newLine()
}
+def mavenDownloadLink(label, artifact, version, suffix) {
+ def path = "${artifact}/${version}/${artifact}-${version}${suffix}"
+ def base =
"https://repository.apache.org/content/repositories/releases/org/apache/sling/"
Review comment:
We need to point to Maven Central instead
> Projects must not point or refer to repository.apache.org directly in
download pages, release announcements or emails. Instead, any public download
links for those releases should point to Maven Central.
(https://infra.apache.org/release-distribution.html#maven)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]