Hi!
I have Struts actions hierarchy (some BaseAction being inherited by the others). Base action class is shared by multiple projects hence it is separated into a common artifact in Maven2 build. Now I need to generate struts-config.xml. And here I experience the following problem: webdoclet (afaik xdoclet in general) needs to have BaseAction in its classpath for generating struts config. Afaik all maven2 plugins have only their dependencies and common maven libs in their class realm when being launched. So it looks like I have no chance to supply my BaseAction there. Did anyone experience similar problem? Is there any good solution for that? Is it generally possible to use xdoclet without supplying the whole inheritance hierarchy in its classpath? Thanks a lot in advance! Best regards, Dmitriy
