[ 
https://issues.apache.org/jira/browse/CALCITE-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16847751#comment-16847751
 ] 

Kevin Risden commented on CALCITE-3090:
---------------------------------------

Did some more digging. Apache ASF POM [1] pulls from the Maven Super POM [2]

This super pom from 3.5.4 uses:
{code:java}
<repositories>
<repository>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
 
<pluginRepositories>
<pluginRepository>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
</pluginRepository>
</pluginRepositories>
{code}
 [1] [https://github.com/apache/maven-apache-parent/blob/apache-21/pom.xml]

[2] 
[https://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Super_POM]

> Update repository URL
> ---------------------
>
>                 Key: CALCITE-3090
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3090
>             Project: Calcite
>          Issue Type: Task
>          Components: avatica, build
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.20.0, avatica-1.16.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Use https for maven central.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to