From cc267c0ad763b138d3272e4fe62594995d56bcc7 Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Sun, 4 Feb 2007 20:37:29 +0000 Subject: Nope - still needs the connector (via jpox, so we'd have to override to fix it) git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@503474 13f79535-47bb-0310-9956-ffa450edef68 --- archiva-site/src/site/apt/guides/getting-started/index.apt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'archiva-site') 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 4a19abff3..84aa5a6ea 100644 --- a/archiva-site/src/site/apt/guides/getting-started/index.apt +++ b/archiva-site/src/site/apt/guides/getting-started/index.apt @@ -34,6 +34,12 @@ 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 + + * 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.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 -- cgit v1.2.3