diff options
author | Henri Yandell <bayard@apache.org> | 2007-02-04 19:39:58 +0000 |
---|---|---|
committer | Henri Yandell <bayard@apache.org> | 2007-02-04 19:39:58 +0000 |
commit | dbe2fb60ef0eb08527d237b0e6687837587dbea2 (patch) | |
tree | db77accb2be067e1523c768fd87c08db96900596 /archiva-site/src | |
parent | 90213b37c32729d9ab07fdfc177d30d9e6c9f54b (diff) | |
download | archiva-dbe2fb60ef0eb08527d237b0e6687837587dbea2.tar.gz archiva-dbe2fb60ef0eb08527d237b0e6687837587dbea2.zip |
Seems that the j2ee connector is automatic now, however now we need to install jta manually
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@503460 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-site/src')
-rw-r--r-- | archiva-site/src/site/apt/guides/getting-started/index.apt | 12 |
1 files changed, 7 insertions, 5 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 ba5cfde36..7d5859d32 100644 --- a/archiva-site/src/site/apt/guides/getting-started/index.apt +++ b/archiva-site/src/site/apt/guides/getting-started/index.apt @@ -32,13 +32,15 @@ To checkout the latest code 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 |