You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by sv...@apache.org on 2019/06/08 17:07:46 UTC

svn commit: r1860842 - in /maven/website/content: maven-site-1.0-site.jar repository/guide-central-repository-upload.html

Author: svn-site-role
Date: Sat Jun  8 17:07:45 2019
New Revision: 1860842

Log:
Site checkin for project Apache Maven Site

Modified:
    maven/website/content/maven-site-1.0-site.jar
    maven/website/content/repository/guide-central-repository-upload.html

Modified: maven/website/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.

Modified: maven/website/content/repository/guide-central-repository-upload.html
==============================================================================
--- maven/website/content/repository/guide-central-repository-upload.html (original)
+++ maven/website/content/repository/guide-central-repository-upload.html Sat Jun  8 17:07:45 2019
@@ -133,11 +133,13 @@ Brian Fox" />
 <p>In order for users of Maven to utilize artifacts produced by your project, you must deploy them to a remote repository. Many open source projects want to allow users of their projects who build with Maven to have transparent access to their project's artifacts. In order to allow for this, a project must have their artifacts deployed to <a href="/repository/">the Central Repository</a>.</p></div>
 <div class="section">
 <h2><a name="Requirements"></a>Requirements</h2>
-<p>Only <i>releases</i> can be uploaded to the Central Repository, that means files that won't change and that only depend on other files already released and available in the repository.</p>
-<p>There are some requirements for the minimal information in the POMs that are in the Central Repository. The updated list of requirements can be found <a class="externalLink" href="http://central.sonatype.org/pages/requirements.html">here</a>.</p></div>
-<div class="section">
-<h2><a name="Choosing_your_coordinates"></a>Choosing your coordinates</h2>
-<p>Picking the appropriate coordinates for your project is important. See the guidelines <a class="externalLink" href="http://central.sonatype.org/pages/choosing-your-coordinates.html">here</a>.</p>
+<ol style="list-style-type: decimal">
+<li><b>releases</b>: Only <i>releases</i> can be uploaded to the Central Repository, that means files that won't change and that only depend on other files already released and available in the repository,</li>
+<li><b>javadoc and sources</b> for IDE lookup,</li>
+<li><b>PGP signature</b>,</li>
+<li><b>minimum POM information</b>: There are some requirements for the minimal information in the POMs that are in the Central Repository, see <a class="externalLink" href="https://central.sonatype.org/pages/requirements.html#sufficient-metadata">here</a>, </li>
+<li><b>coordinates</b>: Picking the appropriate coordinates for your project is important. See the guidelines <a class="externalLink" href="https://central.sonatype.org/pages/choosing-your-coordinates.html">here</a>.</li></ol>
+<p>The updated list of requirements can be found <b><a class="externalLink" href="https://central.sonatype.org/pages/requirements.html">here</a></b>.</p>
 <div class="section">
 <h3><a name="Explanation"></a>Explanation</h3>
 <p>Some folks have asked <i>&quot;why do we require all this information in the POM for deployed artifacts?&quot;</i>, so here's a small explanation.</p>