adoroszlai opened a new pull request, #435: URL: https://github.com/apache/ranger/pull/435
## What changes were proposed in this pull request? The Apache snapshot repository should be enabled only for snapshots. `enabled` is true by default, so `releases` being omitted means it's enabled. ``` $ mvn --batch-mode --non-recursive eu.maveniverse.maven.plugins:toolbox:list-repositories | grep snapshot [INFO] * apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots) [INFO] * jetbrains-pty4j (https://packages.jetbrains.team/maven/p/ij/intellij-dependencies, default, releases+snapshots) [INFO] * apache.snapshots (https://repository.apache.org/snapshots, default, snapshots) ``` https://issues.apache.org/jira/browse/RANGER-5065 ## How was this patch tested? `apache.snapshots.https` is enabled only for snapshots: ``` $ mvn --batch-mode --non-recursive eu.maveniverse.maven.plugins:toolbox:list-repositories | grep snapshot [INFO] * apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, snapshots) [INFO] * jetbrains-pty4j (https://packages.jetbrains.team/maven/p/ij/intellij-dependencies, default, releases+snapshots) [INFO] * apache.snapshots (https://repository.apache.org/snapshots, default, snapshots) ``` -- 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: dev-unsubscr...@ranger.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org