summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason van Zyl <jvanzyl@apache.org>2006-06-14 02:51:42 +0000
committerJason van Zyl <jvanzyl@apache.org>2006-06-14 02:51:42 +0000
commit4de67b8fdd70ff6ff8432064f7eb3c97e63465d7 (patch)
tree779ec55e9a8a9058ace417a157ef6eba33059d2f /src
parent30602fb39f8cbe3c37897ec171b7d59131d85207 (diff)
downloadarchiva-4de67b8fdd70ff6ff8432064f7eb3c97e63465d7.tar.gz
archiva-4de67b8fdd70ff6ff8432064f7eb3c97e63465d7.zip
o moved the site to our new standard location for a multi module setup
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@414028 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/site/apt/index.apt26
-rw-r--r--src/site/site.xml40
2 files changed, 66 insertions, 0 deletions
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
new file mode 100644
index 000000000..80f49f268
--- /dev/null
+++ b/src/site/apt/index.apt
@@ -0,0 +1,26 @@
+ -----
+ Maven Repository Manager
+ -----
+ Brett Porter
+ -----
+ 25 May 2006
+ -----
+
+Maven Repository Manager
+
+ The Maven Repository Manager is currently under development. It provides several pieces of functionality for your remote repository:
+
+ * Browsing on POM information by group and artifact ID
+
+ * Search over various information in the POM and filename
+
+ * Locate JAR by checksum
+
+ * Repository management through reporting and maintenance
+
+ We welcome developers to the Maven community who are interested in contributing. If you'd like to discuss the Maven Repository manager, subscribe and post to
+ {{{/mail-lists.html} the development mailing list}}, <<<dev@maven.apache.org>>>.
+
+ If you'd like to obtain the code, you can get it from Subversion. See {{{source-repository.html} SCM details}} for more information.
+
+
diff --git a/src/site/site.xml b/src/site/site.xml
new file mode 100644
index 000000000..34bce2117
--- /dev/null
+++ b/src/site/site.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ ~ Copyright 2005-2006 The Apache Software Foundation.
+ ~
+ ~ Licensed 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="Maven" href="http://maven.apache.org/"/>
+ </links>
+
+ <menu ref="reports"/>
+
+ </body>
+ <skin>
+ <groupId>org.apache.maven.skins</groupId>
+ <artifactId>maven-stylus-skin</artifactId>
+ </skin>
+ <publishDate format="dd MMM yyyy"/>
+ <bannerLeft>
+ <name>Maven</name>
+ <src>http://maven.apache.org/images/apache-maven-project-2.png</src>
+ <href>http://maven.apache.org/</href>
+ </bannerLeft>
+ <bannerRight>
+ <src>http://maven.apache.org/images/maven-logo-2.gif</src>
+ </bannerRight>
+</project>