Hi all, INFRA created two tasks related to our releases on Jira [1,2].
To address [1], I created a PR [3] on the tomee-site-generator project. Romain had some feedback on it and we discovered, that we changed the release links from Maven repositories links towards Mirror links. My PR is a manual fix to address the concerns raised by INFRA related to missing links to the .asc files. I also added instructions on how to check the integrity of the provided release files. However, I think, that we should discuss the approach in general, ie. which kind of binaries are deployed via the mirroring system and which binaries are provided via Maven repositories. This is also relevant in terms of [2] as INFRA has requested to delete non active versions from the mirroring system. The problem with the mirroring system might be, that the current process seems to be of "manual" nature (?) while the "old" process (via Downloads.java) generated (and verified) the download links for copy&paste them into the "download-ng.adoc". Wdyt? Gruss, Richard [1] https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2975 [2] https://issues.apache.org/jira/browse/TOMEE-1096 [3] https://github.com/apache/tomee-site-generator/pull/21