Hi,
I was having some trouble with pom files being retrieved but not my jar files when building my gradle project. I think I pinpointed the issue with the connectors.
For some context, I have a maven feed with multiple connectors. One of the connectors being the maven connector. Other connectors are from remote maven repos and self-connectors.
Back to the issue, I have tested building my gradle project with just one connector which is the maven central connector (https://repo1.maven.org/maven2). That worked fine up until it needed other dependencies from other remote repos (i.e. https://build.shibboleth.net/maven/releases/). I added another connector and then that's when the issue of the jar missing but the pom file retrieved problem comes back.
One of the dependency it's trying to retrieve is org.opensaml:opensaml-security-api:4.1.1
. Both maven central and shibboleth have those coordinates. I have read in the docs about connector filters but there is a lack of info on the filter format or examples for maven connectors. I was thinking of blocking the package from the maven central connector so that only the shibboleth connector is used to retrieve the artifacts. I have the following filters set in the maven central connector:

How would I go about this issue? Did I format or use wildcard properly for maven feeds? Am I going about this all wrong?
Thank you!
Web UI Version: 2024.38 (Build 1)
Database Schema Version: 24.0.38.1