On Fri, 19 Dec 2003 [EMAIL PROTECTED] wrote: > Is there a maven plugin who support the xdoclet generation ? Or is it the > xdoclet project who make the generation ?
I'm no expert on maven at all, but there is a maven plugin that should allow running of xdoclet modules (which includes the OJB module). Have a look at http://xdoclet.sourceforge.net/maven-plugin.html Since the OJB module jars in the CVS are build against the official release, you should be able to simply download the maven plugin from the xdoclet website and use it with the OJB module. The only problem might be that the OJB module is not in the registry, so a simple dependency on the OJB module probably won't suffice. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
