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 2011/05/19 23:36:07 UTC

svn commit: r1125129 - in /maven/site/trunk/src/site: apt/repository/ resources/repository/maven-repositories.png xdoc/repository/index.xml xdoc/repository/maven-repositories.odg

Author: hboutemy
Date: Thu May 19 21:36:07 2011
New Revision: 1125129

URL: http://svn.apache.org/viewvc?rev=1125129&view=rev
Log:
added an image map to link to explanations for each block

Added:
    maven/site/trunk/src/site/xdoc/repository/index.xml   (with props)
Removed:
    maven/site/trunk/src/site/apt/repository/
Modified:
    maven/site/trunk/src/site/resources/repository/maven-repositories.png
    maven/site/trunk/src/site/xdoc/repository/maven-repositories.odg

Modified: maven/site/trunk/src/site/resources/repository/maven-repositories.png
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/resources/repository/maven-repositories.png?rev=1125129&r1=1125128&r2=1125129&view=diff
==============================================================================
Binary files - no diff available.

Added: maven/site/trunk/src/site/xdoc/repository/index.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/xdoc/repository/index.xml?rev=1125129&view=auto
==============================================================================
--- maven/site/trunk/src/site/xdoc/repository/index.xml (added)
+++ maven/site/trunk/src/site/xdoc/repository/index.xml Thu May 19 21:36:07 2011
@@ -0,0 +1,78 @@
+<?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>Repository Centre</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 Repository Centre">
+
+      <p>This documentation centre is for those that need to use or contribute to the Maven repository. This includes those
+    that need dependencies for their own build, notice errors in the repository metadata, or projects that wish to have
+    their releases added to the Maven repository.</p>
+
+<!-- TODO: tasks as buttons?
+     TODO: concepts
+     -->
+
+      <ul>
+        <li><a href="../project-faq.html">Maintaining your Metadata</a> - Information for third-party projects</li>
+
+        <li><a href="../guides/mini/guide-maven-evangelism.html">Guide to Maven Evangelism</a> - Helping to improve
+        the metadata of the dependencies you use</li>
+
+        <li><a href="../guides/mini/guide-central-repository-upload.html">Guide to uploading artifacts</a> - How to
+        get things uploaded to the repository</li>
+      </ul>
+
+<!-- TODO: more documents to link to here. Use the navigation cues (how to upload, how to mirror, etc). -->
+
+      <p>
+        <img src="maven-repositories.png" width="735" height="591" border="0" usemap="#map" />
+
+        <map name="map">
+          <area shape="rect" coords="192,87,277,119"  alt="Apache"   href="http://repository.apache.org/" />
+          <area shape="rect" coords="283,87,387,119"  alt="Codehaus" href="http://repository.codehaus.org/" />
+          <area shape="rect" coords="392,87,478,119"  alt="OSSRH"    href="http://nexus.sonatype.org/oss-repository-hosting.html" />
+          <area shape="rect" coords="544,87,621,119"  alt="java.net" href="http://download.java.net/maven/2/" />
+          <area shape="rect" coords="627,87,693,119"  alt="JBoss"    href="http://repository.jboss.org/maven2/" />
+          <area shape="rect" coords="384,247,445,284" alt="index"    href="http://maven.apache.org/maven-indexer/" />
+          <area shape="rect" coords="173,313,304,346" alt="repo1"    href="http://repo1.maven.org/maven2/" />
+          <area shape="rect" coords="332,344,372,376" alt="uk"       href="http://uk.maven.org/maven2/" />
+          <area shape="rect" coords="389,344,459,376" alt="ibiblio"  href="http://mirrors.ibiblio.org/pub/mirrors/maven2/" />
+          <area shape="rect" coords="305,313,523,391" alt="mirrors"  href="http://docs.codehaus.org/display/MAVENUSER/Mirrors+Repositories" />
+          <area shape="rect" coords="260,536,345,569" alt="Maven"    href="http://maven.apache.org/what-is-maven.html" />
+          <area shape="rect" coords="434,450,625,482" alt="Repository Manager"            href="http://maven.apache.org/repository-management.html" />
+          <area shape="rect" coords="354,493,491,530" alt="settings.xml &lt;mirrorOf&gt;" href="http://maven.apache.org/guides/mini/guide-mirror-settings.html" />
+          <area shape="rect" coords="204,451,279,498" alt="central (default)"             href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html" />
+          <area shape="rect" coords="0,1,734,85"      alt="standalone public artifact repositories" href="http://maven.apache.org/guides/introduction/introduction-to-repositories.html" />
+          <area shape="rect" coords="484,534,621,574" alt="pom.xml &lt;repository&gt;"    href="http://maven.apache.org/guides/mini/guide-multiple-repositories.html" />
+        </map>
+      </p>
+    </section>
+  </body>
+</document>

Propchange: maven/site/trunk/src/site/xdoc/repository/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/site/trunk/src/site/xdoc/repository/index.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: maven/site/trunk/src/site/xdoc/repository/index.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: maven/site/trunk/src/site/xdoc/repository/maven-repositories.odg
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/xdoc/repository/maven-repositories.odg?rev=1125129&r1=1125128&r2=1125129&view=diff
==============================================================================
Binary files - no diff available.