I want to use XDoclet with Maven, and have followed the instructions on xdoclet's site, namely
Add dependency for xdoclet+ejb-module in project.xml Add maven.xml that defines preGoal java:compile to attainGoal xdoclet:ejbdoclet I have also got j2ee.jar as a dependency, which I put in place myself (and it compiles everything fine with this). When I run maven with the xdoclet changes I get com.werken.werkz.NoSuchGoalException: No goal [xdoclet:ejbdoclet] It has downloaded the plugin (xdoclet-ejb-module-1.2b2.jar) as per the dependencies. Are there more dependencies to add ? Or do I have to add something to define the xdoclet:ejbdoclet goal ? PS. The FAQ on the Maven site to a users experiences with xdoclet is a broken link. Thanks -- Andy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
