diff options
author | Henri Yandell <bayard@apache.org> | 2007-02-04 20:37:29 +0000 |
---|---|---|
committer | Henri Yandell <bayard@apache.org> | 2007-02-04 20:37:29 +0000 |
commit | cc267c0ad763b138d3272e4fe62594995d56bcc7 (patch) | |
tree | f96fa3c824e9fba921c7111fc64ca14de9971b63 /archiva-site | |
parent | a1875413823d693ecc34cbfbd95320178c5140ff (diff) | |
download | archiva-cc267c0ad763b138d3272e4fe62594995d56bcc7.tar.gz archiva-cc267c0ad763b138d3272e4fe62594995d56bcc7.zip |
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
Diffstat (limited to 'archiva-site')
-rw-r--r-- | archiva-site/src/site/apt/guides/getting-started/index.apt | 6 |
1 files changed, 6 insertions, 0 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 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 |