summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHenri Yandell <bayard@apache.org>2006-10-20 17:42:36 +0000
committerHenri Yandell <bayard@apache.org>2006-10-20 17:42:36 +0000
commitaeb051fe7880cc5fd42f6663c018c823e1324afb (patch)
tree096432de9947267686ca191c86032c795cc25ec1 /src
parentb048fd514bb0bd27fe5a9eea51fa807b558eb5cd (diff)
downloadarchiva-aeb051fe7880cc5fd42f6663c018c823e1324afb.tar.gz
archiva-aeb051fe7880cc5fd42f6663c018c823e1324afb.zip
Updated the site + documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@466218 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/site/apt/guides/getting-started/index.apt12
-rw-r--r--src/site/apt/index.apt2
-rw-r--r--src/site/site.xml1
3 files changed, 10 insertions, 5 deletions
diff --git a/src/site/apt/guides/getting-started/index.apt b/src/site/apt/guides/getting-started/index.apt
index 0fdcfe374..1065535c5 100644
--- a/src/site/apt/guides/getting-started/index.apt
+++ b/src/site/apt/guides/getting-started/index.apt
@@ -6,23 +6,27 @@
1 October 2006
-----
+To checkout the latest code
+
+ Using Subversion, either checkout from {{http://svn.apache.org/repos/asf/maven/archiva/trunk/}} or to get all of Maven 2, checkout from {{http://svn.apache.org/repos/asf/maven/trunks/}}.
+
To build
Run 'mvn install'. If this is the first time, and if you've not pulled this down for some other reason then it will save time to do the following first:
- * Download the 1.0 connector zip from: http://java.sun.com/j2ee/connector/download.html
+ * Download the 1.0 connector zip from: {{http://java.sun.com/j2ee/connector/download.html}}
* Unpack the zip to get the jar
* Run: mvn install:install-file -DgroupId=javax.resource -DartifactId=connector -Dversion=1.0 -Dpackaging=jar -Dfile=connector.jar
- * Download the 1.0.2 activation zip from: http://java.sun.com/products/archive/javabeans/jaf102.html
+ * Download the 1.0.2 activation zip from: {{http://java.sun.com/products/archive/javabeans/jaf102.html}}
* Unpack the zip to get the jar
* Run: mvn install:install-file -DgroupId=javax.activation -DartifactId=activation -Dversion=1.0.2 -Dpackaging=jar -Dfile=activation.jar
- * Download the 1.3.2 javamail zip from: http://java.sun.com/products/javamail/downloads/index.html
+ * Download the 1.3.2 javamail zip from: {{http://java.sun.com/products/javamail/downloads/index.html}}
* Unpack the zip to get the jar
@@ -80,7 +84,7 @@ Setting up your Archiva instance
* Goto {{http://localhost:8080/archiva/}} if on Tomcat or {{http://localhost:8080/}} if on Plexus.
- * On the first page - setup your administration user. The password requires a numerical character.
+ * On the first page - setup your administration user. The password requires a numerical character and must not be longer than 8 chars. You'll then need to log in. User 'admin' as the username and the password you've entered.
* On the second page - setup your first repository. It can be both an m1 and an m2 repository.
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index 1bc08deaf..c0ff76a54 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -6,7 +6,7 @@
25 May 2006
-----
-Maven Archiva
+Welcome to Maven Archiva
Archiva (the Maven repository manager) is currently under development. It provides several pieces of functionality for your remote repository:
diff --git a/src/site/site.xml b/src/site/site.xml
index 595c3db19..39c97650b 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -23,6 +23,7 @@
<menu name="Documentation">
+ <item name="Welcome" href="/index.html"/>
<item name="Getting Started" href="/guides/getting-started/index.html"/>
</menu>