Attila Doroszlai created RANGER-5065:
----------------------------------------
Summary: 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
{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)