You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Abitfarago Cini <ci...@gmail.com> on 2013/01/28 20:59:01 UTC

xdoclet and not only

Hi,

Are given the followings:

- parent project A (pom)
- jar project M1 (module of A)
- jar project M2 (module of A)

M1 defines some xdoclet tag handlers and M2 contains a couple of entity
files.
The xdoclet must be used, together with the custom tag handlers, to
generate, beside the existing entity files, some DAO files.

How should look my pom.xml files like?

Thank you.

SK