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
This commit is contained in:
Henri Yandell 2007-02-04 20:37:29 +00:00
parent a187541382
commit cc267c0ad7
1 changed files with 6 additions and 0 deletions

View File

@ -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