Yeah the nice thing about it now is that nobody has to manually download a sun jar. I'm glad this will work.
B On Fri, Aug 8, 2008 at 10:28 AM, Clinton Begin <[EMAIL PROTECTED]> wrote: > I wonder what is up with JTA? The pom in the maven.org repo also only > references 1.01b and the Sun distro of 1.1.1 isn't even properly packaged, > almost as if it were just a PoC or something... > > I'm happy to use 1.0.1b... both seem to compile and at the end of the day > they're just a bunch of interfaces. > > Cheers, > Clinton > > On Fri, Aug 8, 2008 at 9:21 AM, Brandon Goodin <[EMAIL PROTECTED]> > wrote: >> >> I made the following changes to the pom.xml. I had to use 1.0.1B of >> JTA because it was available on the Sun repo. Hopefully that won't >> cause an issue. >> >> - set exclude on *.java in resource definitions for core and compat >> - added java.net repository definition and set jta to 1.0.1B. Not the >> latest but it compiles and passes all tests >> - added sources plugin to core and compat so that they now produce >> sources jars during the verify phase. >> >> B > >