content/xdoc/repository/index.xml (39 lines of code) (raw):
<?xml version="1.0"?>
<!--
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<document>
<properties>
<title>Maven Central Repository</title>
<author email="brett_AT_apache_DOT_org">Brett Porter</author>
<author email="hboutemy_AT_apache_DOT_org">Hervé Boutemy</author>
</properties>
<body>
<section name="Maven Central Repository">
<p>This documentation is for those that need to use or contribute to the Maven <code>central</code> repository. This includes those
that need dependencies for their own build or projects that wish to have
their releases added to the Maven <code>central</code> repository, even if they don't use Maven as their build tool.</p>
<p><img src="../images/icon_warning_sml.gif"/>
<a href="https://central.sonatype.org/faq/tls-info/"><b>Discontinuing support for TLSv1.1</b> and below as of <b>June 15th 2018</b></a>
and <a href="https://central.sonatype.org/news/20190715_http_deprecation_update/"><b>Discontinuing support for HTTP</b> as of <b>January 15th 2020</b></a></p>
<ul>
<li><a href="../project-faq.html">Maintaining your Metadata</a> - Information for third-party projects</li>
<li><a href="./guide-central-repository-upload.html">Guide to uploading artifacts</a> - How to
get things uploaded to the central repository</li>
<li><a href="./central-metadata.html">Fixing Central Metadata</a> - How to fix issues in content already uploaded</li>
</ul>
<!-- TODO: more documents to link to here. Use the navigation cues (how to upload, how to mirror, etc). -->
<p align="center">
<img src="maven-central-repository.png" border="0" usemap="#map" />
<map name="map">
<area shape="rect" coords="0,0,189,128" alt="standalone public artifact repositories" href="/guides/introduction/introduction-to-repositories.html" />
<area shape="rect" coords="264,76,354,111" alt="Apache" href="https://repository.apache.org/content/groups/public/" />
<area shape="rect" coords="378,76,468,111" alt="OSSRH" href="https://central.sonatype.org/pages/ossrh-guide.html" />
<area shape="rect" coords="490,75,520,111" alt="Producers" href="https://central.sonatype.org/pages/producers.html" />
<area shape="rect" coords="329,274,426,312" alt="central index" href="./central-index.html" />
<area shape="rect" coords="39,274,205,314" alt="archetype" href="/archetype/archetype-models/archetype-catalog/archetype-catalog.html" />
<area shape="rect" coords="65,348,205,383" alt="repo" href="https://repo.maven.apache.org/maven2/" />
<area shape="rect" coords="292,356,365,391" alt="ibiblio" href="http://mirrors.ibiblio.org/pub/mirrors/maven2/" />
<area shape="rect" coords="373,356,447,391" alt="Google" href="https://storage-download.googleapis.com/maven-central/index.html" />
<area shape="rect" coords="100,126,424,239" alt="Central Upload" href="./guide-central-repository-upload.html" />
</map>
</p>
</section>
</body>
</document>