You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ba...@apache.org on 2007/02/04 20:39:59 UTC

svn commit: r503460 - /maven/archiva/trunk/archiva-site/src/site/apt/guides/getting-started/index.apt

Author: bayard
Date: Sun Feb  4 11:39:58 2007
New Revision: 503460

URL: http://svn.apache.org/viewvc?view=rev&rev=503460
Log:
Seems that the j2ee connector is automatic now, however now we need to install jta manually

Modified:
    maven/archiva/trunk/archiva-site/src/site/apt/guides/getting-started/index.apt

Modified: maven/archiva/trunk/archiva-site/src/site/apt/guides/getting-started/index.apt
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-site/src/site/apt/guides/getting-started/index.apt?view=diff&rev=503460&r1=503459&r2=503460
==============================================================================
--- maven/archiva/trunk/archiva-site/src/site/apt/guides/getting-started/index.apt (original)
+++ maven/archiva/trunk/archiva-site/src/site/apt/guides/getting-started/index.apt Sun Feb  4 11:39:58 2007
@@ -32,13 +32,15 @@
 
 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:
+  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}}
-  
-    * Unpack the zip to get the jar
+    * Download the 1.0.1B jta zip from: {{http://java.sun.com/products/jta/}}
 
-    * Run: mvn install:install-file -DgroupId=javax.resource -DartifactId=connector -Dversion=1.0 -Dpackaging=jar -Dfile=connector.jar
+    * Install it: mvn install:install-file -DgroupId=javax.resource -DartifactId=connector Dversion=1.0 -Dpackaging=jar -Dfile=jta-1_0_1B-classes.zip 
+
+  Otherwise:
+
+    * Build Archiva: mvn install
 
 
 To test-deploy Archiva on the embedded Jetty