Friday 7 December 2007

Installing Java JTP into Maven

First download the Java Transaction API
Classes 1.0.1B zip.

And then run this maven command to add the zip to the local repo.


mvninstall:install-file-DgroupId= javax.transaction
-DartifactId=jta
-Dversion=1.0.1B-Dpackaging=jar-Dfile=jta-1_0_1B-classes.zip

No comments: