[
https://issues.apache.org/jira/browse/RANGER-5065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17921231#comment-17921231
]
Abhishek Kumar commented on RANGER-5065:
----------------------------------------
Merged in [master|https://github.com/apache/ranger/commit/34e4b31]
Merged in [ranger-2.6|https://github.com/apache/ranger/commit/f084dc3]
> Disable releases for apache.snapshots repo
> ------------------------------------------
>
> Key: RANGER-5065
> URL: https://issues.apache.org/jira/browse/RANGER-5065
> Project: Ranger
> Issue Type: Improvement
> Components: build-infra
> Reporter: Attila Doroszlai
> Assignee: Attila Doroszlai
> Priority: Major
> Labels: snapshot-repo
> Fix For: 3.0.0, 2.6.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {code:title=https://github.com/apache/ranger/blob/5c8d4d045190c7d40fac5b2ecc41a588038adb66/pom.xml#L781-L788}
> <repository>
> <snapshots>
> <enabled>true</enabled>
> </snapshots>
> <id>apache.snapshots.https</id>
> <name>Apache Development Snapshot Repository</name>
>
> <url>https://repository.apache.org/content/repositories/snapshots</url>
> </repository>
> {code}
> The Apache snapshot repository should be enabled only for snapshots.
> {{enabled}} is true by default, so {{releases}} omitted is also enabled.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)