slachiewicz opened a new issue, #609: URL: https://github.com/apache/maven-parent/issues/609
The Maven 4.0.0-rc-6 job of #608 fails on the parent chain: `Non-resolvable parent POM: The following artifacts could not be resolved: org.apache:apache:pom:40 (present, but unavailable)`, 18 times, once per module ([ubuntu-latest jdk-17-zulu 4.0.0-rc-6](https://github.com/apache/maven-parent/actions/runs/35517246637/job/106095354806)). The 3.x jobs of the same run pass with the staged parent. Maven 4's local repository records which repository an artifact came from and refuses one cached from a repository that is not in the current build, which is what "present, but unavailable" means. The staged `apache:40` fits that description. Until `org.apache:apache:40` is on Central, the Maven 4 job is excluded from the matrix in #608; re-enable it in the same change that consumes the release. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
