Attila Doroszlai created CAUSEWAY-3840:
------------------------------------------
Summary: Remove invalid repository.apache.org definition
Key: CAUSEWAY-3840
URL: https://issues.apache.org/jira/browse/CAUSEWAY-3840
Project: Causeway
Issue Type: Bug
Components: CI & Build Scripts
Reporter: Attila Doroszlai
Assignee: Andi Huber
1. Build tries to download non-Apache artifacts from Apache repo:
{code:title=https://github.com/apache/causeway/actions/runs/12346213801/job/34451461654#step:9:13083}
[INFO] Downloading from Apache Repository:
https://repository.apache.org/org/assertj/assertj-bom/3.25.3/assertj-bom-3.25.3.pom
{code}
2. URL is wrong, does not even work for Apache artifacts:
{code:title=https://github.com/apache/causeway/actions/runs/12346213801/job/34451461654#step:9:13051}
[INFO] Downloading from Apache Repository:
https://repository.apache.org/org/apache/activemq/activemq-bom/6.1.3/activemq-bom-6.1.3.pom
{code}
{code}
curl --head
https://repository.apache.org/org/apache/activemq/activemq-bom/6.1.3/activemq-bom-6.1.3.pom
HTTP/1.1 404 Not Found
{code}
bq. {{repository.apache.org}} should only be used for the testing of
pre-production ASF code artifacts. Maven Central is the correct public java
artifact repository service. ([source|https://infra.apache.org/infra-ban.html]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)