Hi Chris, The way we create the openjpa "aggregate" jar unfortunately wasn't very maven friendly. The javadoc and sources were an unintended inclusion in 1.2.0 (and 1.0.3 IIRC). They've been removed in subsequent snapshot builds, but we haven't had a release since that issue was fixed.
If you can move up to a 1.2.1 SNAPSHOT build then you'll find that the jar is much smaller (2.9 MB). Regards, -mike On Mon, Nov 10, 2008 at 5:04 PM, Chris Russell <[EMAIL PROTECTED]>wrote: > Sorry in advance if this has already been answered but I could't find the > answer on the mailing list archives. > Why does the jar file for the binary release of OpenJPA 1.2.0 contain > generated javadocs and source code? Is there a reason for this? > > The jar file is approximately 11MB in size. Is there an official release > available that only contains class files? > > Do people normally deploy the openjpa.jar in the container as opposed to > their war file? > In my case it is bundled with my war and is impacting deployment time. > > > Thanks, > > Chris. >
