diff options
Diffstat (limited to 'archiva-site/src/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 |