configuration files so that they can also be hand-edited if necessary.
</p>
<p>
- <a href="proxy.html">Previous: Remote Proxying Cache</a> |
+ <a href="upload.html">Previous: Artifact Upload</a> |
<strong>Graphical Administration</strong> |
- <a href="security.html">Next: Role-based Security</a>
+ <a href="virtual-repos.html">Next: Virtual Repositories</a>
</p>
</div>
</section>
3. Remote Proxying Cache
</a>
</td>
+ <td>
+ <a href="upload.html">
+ <img src="../images/tour/upload.png" width="150" height="93" style="border: 1px solid silver; margin-bottom: 0.25em" alt="" /><br/>
+ 4. Artifact Upload
+ </a>
+ </td>
</tr>
<tr>
<td>
<a href="admin.html">
<img src="../images/tour/admin.png" width="150" height="93" style="border: 1px solid silver; margin-left: 0.25em; margin-bottom: 0.25em" alt="" /><br/>
- 4. Graphical Administration
+ 5. Graphical Administration
+ </a>
+ </td>
+ <td>
+ <a href="virtual-repos.html">
+ <img src="../images/tour/virtual-repos.png" width="150" height="93" style="border: 1px solid silver; margin-left: 0.25em; margin-bottom: 0.25em" alt="" /><br/>
+ 6. Virtual Repositories
</a>
</td>
<td>
<a href="security.html">
<img src="../images/tour/security.png" width="150" height="93" style="border: 1px solid silver; margin-left: 0.25em; margin-bottom: 0.25em" alt="" /><br/>
- 5. Role-based Security
+ 7. Role-based Security
</a>
</td>
<td>
<a href="reports.html">
<img src="../images/tour/reports.png" width="150" height="93" style="border: 1px solid silver; margin-left: 0.25em; margin-bottom: 0.25em" alt="" /><br/>
- 6. Integrity Reports
+ 8. Integrity Reports
</a>
</td>
</tr>
<p>
<a href="search.html">Previous: Artifact Search</a> |
<strong>Remote Proxying Cache</strong> |
- <a href="admin.html">Next: Graphical Administration</a>
+ <a href="upload.html">Next: Artifact Upload</a>
</p>
</div>
</section>
access for individuals, or given roles.
</p>
<p>
- <a href="admin.html">Previous: Graphical Administration</a> |
+ <a href="virtual-repos.html">Previous: Virtual Repositories</a> |
<strong>Role-based Security</strong> |
<a href="reports.html">Next: Integrity Reports</a>
</p>
--- /dev/null
+<?xml version="1.0"?>
+<document>
+ <properties>
+ <title>Artifact Upload</title>
+ <author email="oching@apache.org">Maria Odea Ching</author>
+ </properties>
+ <head>
+ </head>
+ <body>
+ <section name="Artifact Upload">
+ <div style="text-align: center">
+ <img src="../images/tour/upload.png" width="640" height="401" alt="" />
+ <p>
+ Archiva now supports artifact uploads via UI. A pom file can also be included
+ in the upload or Archiva can generate one during the upload.
+ </p>
+ <p>
+ <a href="proxy.html">Previous: Remote Proxying Cache</a> |
+ <strong>Artifact Upload</strong> |
+ <a href="admin.html">Next: Graphical Administration</a>
+ </p>
+ </div>
+ </section>
+ </body>
+</document>
--- /dev/null
+<?xml version="1.0"?>
+<document>
+ <properties>
+ <title>Virtual Repositories</title>
+ <author email="oching@apache.org">Maria Odea Ching</author>
+ </properties>
+ <head>
+ </head>
+ <body>
+ <section name="Virtual Repositories">
+ <div style="text-align: center">
+ <img src="../images/tour/virtual-repos.png" width="640" height="401" alt="" />
+ <p>
+ Archiva implements the concept of virtual repositories, wherein a set of
+ Archiva repositories can be grouped together under one URL and that one URL
+ can be used by clients (s.a. Maven) to download from these repositories.
+ </p>
+ <p>
+ <a href="admin.html">Previous: Graphical Administration</a> |
+ <strong>Virtual Repositories</strong> |
+ <a href="security.html">Next: Role-based Security</a>
+ </p>
+ </div>
+ </section>
+ </body>
+</document>