You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/02/14 22:16:21 UTC

[maven-site] branch maven-repository-layout updated: introduce Maven Repository Centre

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch maven-repository-layout
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/maven-repository-layout by this push:
     new c38f1a3  introduce Maven Repository Centre
c38f1a3 is described below

commit c38f1a3741d942187ac8179c3f28b188a1ab871b
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu Feb 3 08:41:09 2022 +0100

    introduce Maven Repository Centre
---
 content/markdown/repositories/index.md             |  17 +++++++++++++++
 .../repository/maven-central-repository.png        | Bin 0 -> 80363 bytes
 .../resources/repository/maven-repositories.png    | Bin 80904 -> 62867 bytes
 content/site.xml                                   |  24 ++++++++++-----------
 content/xdoc/repository/index.xml                  |  10 +--------
 .../xdoc/repository/maven-central-repository.odg   | Bin 0 -> 18258 bytes
 content/xdoc/repository/maven-repositories.odg     | Bin 20373 -> 16327 bytes
 7 files changed, 30 insertions(+), 21 deletions(-)

diff --git a/content/markdown/repositories/index.md b/content/markdown/repositories/index.md
index 807368e..7b053ff 100644
--- a/content/markdown/repositories/index.md
+++ b/content/markdown/repositories/index.md
@@ -24,6 +24,23 @@ and artifacts you build are being stored (installed, uploaded) into repositories
 fundamental concepts of Maven since its inception: Maven command line tool and Maven Repositories were mold together
 and developed since the beginning of Maven project itself.
 
+<p align="center">
+<img src="../repository/maven-repositories.png" border="0" usemap="#map" />
+
+<map name="map">
+  <area shape="rect" coords="596,326,666,363" alt="JBoss"                         href="http://repository.jboss.org/maven2/" />
+  <area shape="rect" coords="0,184,460,421"   alt="central (default)"             href="../repository/index.html" />
+  <area shape="rect" coords="187,593,277,629" alt="Maven"                         href="/what-is-maven.html" />
+  <area shape="rect" coords="280,628,403,649" alt="local repository"              href="/guides/mini/guide-configuring-maven.html" />
+  <area shape="rect" coords="364,498,570,534" alt="Repository Manager"            href="/repository-management.html" />
+  <area shape="rect" coords="303,545,451,584" alt="settings.xml &lt;mirrorOf&gt;" href="/guides/mini/guide-mirror-settings.html" />
+  <area shape="rect" coords="407,589,628,653" alt="pom.xml &lt;repository&gt;"    href="/guides/mini/guide-multiple-repositories.html" />
+</map>
+
+</p>
+
+See also the [Introduction to Repositories](/guides/introduction/introduction-to-repositories.html) and [Repository Layout](../repository/layout.html).
+
 As you may know, Maven addresses artifacts using coordinates. The artifact coordinate uniquely describe the artifact 
 you are referring to, but does not tell anything about its source (or origin). This is where
 Maven Repositories come into picture, that holds the artifacts laid out (published) according to Maven Repository
diff --git a/content/resources/repository/maven-central-repository.png b/content/resources/repository/maven-central-repository.png
new file mode 100644
index 0000000..9cc719d
Binary files /dev/null and b/content/resources/repository/maven-central-repository.png differ
diff --git a/content/resources/repository/maven-repositories.png b/content/resources/repository/maven-repositories.png
index 6c4ad18..73573ac 100644
Binary files a/content/resources/repository/maven-repositories.png and b/content/resources/repository/maven-repositories.png differ
diff --git a/content/site.xml b/content/site.xml
index c66fc03..77abb71 100644
--- a/content/site.xml
+++ b/content/site.xml
@@ -74,12 +74,6 @@ under the License.
     <menu name="Documentation">
       <item name="Maven Plugins" href="/plugins/index.html" />
       <item name="Maven Extensions" href="/extensions/index.html" />
-      <item name="Maven Repositories" href="/repositories/index.html">
-        <item name="Maven Artifacts" href="/repositories/artifacts.html" />
-        <item name="Maven Layout" href="/repositories/layout.html" />
-        <item name="Maven Local Repository" href="/repositories/local.html" />
-        <item name="Maven Remote Repositories" href="/repositories/remote.html" />
-      </item>
       <item name="Index (category)" href="/guides/index.html" />
 
       <item name="User Centre" href="/users/index.html" collapse="true">
@@ -163,12 +157,18 @@ under the License.
         <item name="Common Bugs and Pitfalls" href="/plugin-developers/common-bugs.html" />
         <item name="Maven Lifecycle Extensions" href="/examples/maven-3-lifecycle-extensions.html" />
       </item>
-      <item name="Maven Central Repository" href="/repository/index.html" collapse="true">
-        <item name="Maintaining your Metadata" href="/project-faq.html" />
-        <item name="Guide to Uploading Artifacts" href="/repository/guide-central-repository-upload.html" />
-        <item name="Fixing Metadata" href="/repository/central-metadata.html" />
-        <item name="Central Index" href="/repository/central-index.html" />
-        <item name="Repository Layout" href="/repository/layout.html" />
+      <item name="Maven Repository Centre" href="/repositories/index.html" collapse="true">
+        <item name="Maven Central Repository" href="/repository/index.html" collapse="true">
+          <item name="Maintaining your Metadata" href="/project-faq.html" />
+          <item name="Guide to Uploading Artifacts" href="/repository/guide-central-repository-upload.html" />
+          <item name="Fixing Metadata" href="/repository/central-metadata.html" />
+          <item name="Central Index" href="/repository/central-index.html" />
+          <item name="Repository Layout" href="/repository/layout.html" />
+        </item>
+        <item name="Maven Artifacts" href="/repositories/artifacts.html" />
+        <item name="Maven Layout" href="/repositories/layout.html" />
+        <item name="Maven Local Repository" href="/repositories/local.html" />
+        <item name="Maven Remote Repositories" href="/repositories/remote.html" />
       </item>
       <item name="Maven Developer Centre" href="/developers/index.html" collapse="true">
         <item name="Guide to Helping with Maven" href="/guides/development/guide-helping.html" />
diff --git a/content/xdoc/repository/index.xml b/content/xdoc/repository/index.xml
index dd46489..e883021 100644
--- a/content/xdoc/repository/index.xml
+++ b/content/xdoc/repository/index.xml
@@ -49,29 +49,21 @@
 <!-- TODO: more documents to link to here. Use the navigation cues (how to upload, how to mirror, etc). -->
 
       <p align="center">
-        <img src="maven-repositories.png" width="764" height="654" border="0" usemap="#map" />
+        <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="596,326,666,363" alt="JBoss"    href="http://repository.jboss.org/maven2/" />
           <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" />
-          <area shape="rect" coords="0,184,460,421"   alt="central (default)"             href="/guides/introduction/introduction-to-the-pom.html" />
-          <area shape="rect" coords="187,593,277,629" alt="Maven"    href="/what-is-maven.html" />
-          <area shape="rect" coords="280,628,403,649" alt="local repository"              href="/guides/mini/guide-configuring-maven.html" />
-          <area shape="rect" coords="364,498,570,534" alt="Repository Manager"            href="/repository-management.html" />
-          <area shape="rect" coords="303,545,451,584" alt="settings.xml &lt;mirrorOf&gt;" href="/guides/mini/guide-mirror-settings.html" />
-          <area shape="rect" coords="407,589,628,653" alt="pom.xml &lt;repository&gt;"    href="/guides/mini/guide-multiple-repositories.html" />
         </map>
       </p>
-      <p>See also the <a href="/guides/introduction/introduction-to-repositories.html">Introduction to Repositories</a> and <a href="./layout.html">Repository Layout</a>.</p>
     </section>
   </body>
 </document>
diff --git a/content/xdoc/repository/maven-central-repository.odg b/content/xdoc/repository/maven-central-repository.odg
new file mode 100644
index 0000000..e97f6ac
Binary files /dev/null and b/content/xdoc/repository/maven-central-repository.odg differ
diff --git a/content/xdoc/repository/maven-repositories.odg b/content/xdoc/repository/maven-repositories.odg
index 9df0526..75b01d0 100644
Binary files a/content/xdoc/repository/maven-repositories.odg and b/content/xdoc/repository/maven-repositories.odg differ