slachiewicz commented on issue #13050: URL: https://github.com/apache/maven/issues/13050#issuecomment-5790680498
The `jvnet-nexus-releases` warning comes from the resolver's remote repository filter fetching `.meta/prefixes.txt`, not from plugin-prefix resolution. The repository is declared by a dependency POM, here `javax.xml.bind:jaxb-api` → `net.java:jvnet-parent` on the plugin's classpath. The filter is evaluated for every repository in the request, including snapshot-only ones, which is why `apache.snapshots` shows up too. Tracked in apache/maven-resolver#2156. Workaround until then: `-Daether.remoteRepositoryFilter.prefixes.jvnet-nexus-releases=false`. -- 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]
