alzimmermsft opened a new issue, #11650: URL: https://github.com/apache/maven/issues/11650
### Affected version 3.9.12 ### Bug description To improve build times and reliability we have used `maven-metadata.xml` files and their behaviors indicating the source of the artifacts (ex, `maven-metadata-local.xml` and `maven-metadata-central.xml`) to determine where artifacts in our build system came from. From there we either cache them to prevent download requirements in subsequent CI runs (caching non-local builds while a known version file remains the same) or we remove them from caching if we built them locally. Starting in 3.9.12 I have noticed these `maven-metadata.xml` files no longer exist. Was this a behavioral change where these are no longer downloaded by default? If so, is there a configuration that can be used to download these again. -- 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]
