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
This commit is contained in:
Henri Yandell 2007-02-04 19:39:58 +00:00
parent 90213b37c3
commit dbe2fb60ef
1 changed files with 7 additions and 5 deletions

View File

@ -32,13 +32,15 @@ To checkout the latest code
To build 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}} * Download the 1.0.1B jta zip from: {{http://java.sun.com/products/jta/}}
* 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 * 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 To test-deploy Archiva on the embedded Jetty