You certainly need this guy

        <dependency>
            <groupId>xdoclet</groupId>
            <artifactId>xjavadoc</artifactId>
            <jar>xjavadoc-1.0.jar</jar>
            <version>1.0</version>
        </dependency>

(there was an earlier thread on where you can find this lib, search the
archives)

and depending on what you want to be generated the jars that give the J2EE
interfaces:

e.g.

        <dependency>
            <groupId>jboss</groupId>
            <artifactId>jboss-j2ee</artifactId>
            <version>3.0.7</version>
        </dependency>
        
        <dependency>
            <id>servletapi</id>
            <version>2.3</version>
        </dependency>


m.



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to