summaryrefslogtreecommitdiffstats
path: root/archiva-site/src/site/apt
diff options
context:
space:
mode:
authorJoakim Erdfelt <joakime@apache.org>2007-05-01 18:25:13 +0000
committerJoakim Erdfelt <joakime@apache.org>2007-05-01 18:25:13 +0000
commit99efaacbf02b26de6d981038fd32a2c556233eef (patch)
tree914739607c2ef932286aee72bc808f5a3c23b503 /archiva-site/src/site/apt
parent42ced36dd2b918a6229b371d18740254ad813fd4 (diff)
downloadarchiva-99efaacbf02b26de6d981038fd32a2c556233eef.tar.gz
archiva-99efaacbf02b26de6d981038fd32a2c556233eef.zip
Upgrading trunk to 1.0-alpha-1-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@534183 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-site/src/site/apt')
-rw-r--r--archiva-site/src/site/apt/guides/getting-started/index.apt12
1 files changed, 6 insertions, 6 deletions
diff --git a/archiva-site/src/site/apt/guides/getting-started/index.apt b/archiva-site/src/site/apt/guides/getting-started/index.apt
index 21fa59727..d01cdbdc2 100644
--- a/archiva-site/src/site/apt/guides/getting-started/index.apt
+++ b/archiva-site/src/site/apt/guides/getting-started/index.apt
@@ -30,11 +30,11 @@ 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
+To build
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
@@ -42,7 +42,7 @@ To build
* Download the 1.0.1B jta zip from: {{http://java.sun.com/products/jta/}}
- * Install it: mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=jta-1_0_1B-classes.zip
+ * Install it: mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=jta-1_0_1B-classes.zip
Otherwise:
@@ -51,7 +51,7 @@ To build
To test-deploy Archiva on the embedded Jetty
- * cd archiva-webapp
+ * cd archiva-web/archiva-webapp
* mvn jetty:run
@@ -74,13 +74,13 @@ To deploy Archiva to Tomcat 5.5
password=""
driverClassName="org.apache.derby.jdbc.EmbeddedDriver"
url="jdbc:derby:database/archiva;create=true" />
-
+
<Resource name="jdbc/archiva" auth="Container" type="javax.sql.DataSource"
username="sa"
password=""
driverClassName="org.apache.derby.jdbc.EmbeddedDriver"
url="jdbc:derby:database/archiva;create=true" />
-
+
<Resource name="mail/Session" auth="Container"
type="javax.mail.Session"
mail.smtp.host="localhost"/>