From aeb051fe7880cc5fd42f6663c018c823e1324afb Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Fri, 20 Oct 2006 17:42:36 +0000 Subject: [PATCH] Updated the site + documentation git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@466218 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/apt/guides/getting-started/index.apt | 12 ++++++++---- src/site/apt/index.apt | 2 +- src/site/site.xml | 1 + 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 @@ + -- 2.39.5