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.
<pre class="prettyprint">
mvninstall:install-file-DgroupId= javax.transaction
-DartifactId=jta
-Dversion=1.0.1B-Dpackaging=jar-Dfile=jta-1_0_1B-classes.zip
</pre>
Leave a Comment