blob: 44c6b2233a3191f77be478d78c3aea124e22776d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
~ 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.
-->
<project>
<body>
<links>
<item name="Apache" href="http://www.apache.org/"/>
<item name="Maven" href="http://maven.apache.org/"/>
<item name="Continuum" href="http://maven.apache.org/continuum/"/>
</links>
<menu name="Introduction">
<item name="Welcome" href="/index.html" />
<item name="License" href="/license.html" /> <!-- Generated -->
<item name="Download" href="/download.html" />
<item name="Quick Start" href="/adminguide/quickstart.html" />
</menu>
<menu name="Users Guide">
<item name="Browsing" href="/userguide/browsing.html" />
<item name="Searching" href="/userguide/searching.html" />
<item name="WebDAV Features" href="/userguide/webdav.html" />
<item name="Using Repository ..." collapse="false">
<item name="As a Maven 2 repository" href="/userguide/using-maven2.html" />
<item name="As a Maven 1 repository" href="/userguide/using-maven1.html" />
<item name="As an Ivy repository" href="/userguide/using-ivy.html" />
</item>
<item name="Deploying to Repository" collapse="false">
<item name="Using Maven 2" href="/userguide/deploy-maven2.html" />
<item name="Using Maven 1" href="/userguide/deploy-maven1.html" />
<item name="Using Ant" href="/userguide/deploy-ant.html" />
</item>
</menu>
<menu name="System Admin Guide">
<item name="Structure of Archiva" href="/adminguide/structure.html" />
<item name="Installing" href="/adminguide/installing.html" collapse="false">
<item name="Installing Standalone" href="/adminguide/standalone.html" />
<item name="Installing on Jetty" href="/adminguide/jetty.html" />
<item name="Installing on Tomcat" href="/adminguide/tomcat.html" />
<item name="Installing on Geronimo" href="/adminguide/geronimo.html" />
</item>
<item name="Databases" href="/adminguide/databases.html" collapse="false">
<item name="Embedded Derby DB" href="/adminguide/derby.html" />
<item name="External MySQL" href="/adminguide/mysql.html" />
<item name="External PostgreSQL" href="/adminguide/postgres.html" />
</item>
<item name="Security" href="/adminguide/security.html" collapse="false">
<item name="Roles" href="/adminguide/roles.html" />
<item name="Using LDAP" href="/adminguide/ldap.html" />
</item>
<item name="Runtime Configuration" href="/adminguide/configuration.html" collapse="false">
<item name="Repositories" href="/adminguide/repositories.html" />
<item name="Proxy Connectors" href="/adminguide/proxy-connectors.html" />
<item name="Network Proxies" href="/adminguide/network-proxies.html" />
<item name="Consumers" href="/adminguide/consumers.html" />
</item>
<item name="Reports" href="/adminguide/reports.html" />
<item name="WebDAV Server" href="/adminguide/webdav.html" />
<item name="Repository Synch" href="/adminguide/repository-sync.html" />
</menu>
<menu name="Reference">
<item name="FAQ" href="http://docs.codehaus.org/display/MAVENUSER/Archiva+FAQ" />
<item name="Community" collapse="false">
<item name="How to Contribute" href="/contributing.html" />
<item name="Development Team" href="/team-list.html" /> <!-- Generated -->
<item name="Mailing Lists" href="/mail-lists.html" /> <!-- Generated -->
<item name="Issue Tracking" href="http://jira.codehaus.org/browse/MRM" />
<item name="Subversion Repository" href="/source-repository.html" /> <!-- Generated -->
</item>
<item name="Building / Hacking" href="/hacking/index.html" />
<item name="Java APIDoc (javadoc)" href="/ref/1.0/apidoc/" /> <!-- Generated -->
<item name="Source Cross Reference" href="/ref/1.0/xref/" /> <!-- Generated -->
<item name="Test Cross Reference" href="/ref/1.0/test-xref/" /> <!-- Generated -->
</menu>
<!-- to be removed later, once content has been shifted to permanent home -->
<menu name="Old Menu (deprecated)">
<item name="Getting Started" href="/guides/getting-started.html"/>
<item name="FAQ" href="http://docs.codehaus.org/display/MAVENUSER/Archiva+FAQ"/>
<item name="Maven Configuration" href="/guides/maven-configuration.html"/>
<item name="Security Configuration" href="/guides/security-configuration.html"/>
<item name="Other Configuration" href="/guides/configuration.html"/>
<item name="Hacking Archiva" href="/hacking/index.html"/>
</menu>
<!--
Current generated reports are always empty when executed in archiva-site
Prefer to add useful generated reports to sections above.
<menu ref="reports" inherit="bottom"/>
-->
</body>
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-stylus-skin</artifactId>
</skin>
<publishDate format="dd MMM yyyy"/>
<bannerLeft>
<name>Apache Maven</name>
<src>http://maven.apache.org/images/apache-maven-project-2.png</src>
<href>http://maven.apache.org/</href>
</bannerLeft>
<bannerRight>
<src>images/archiva-logo-banner.jpg</src>
</bannerRight>
</project>
|