Jörg Schaible wrote:

I try it currently with RC2, but it does not work either:

=========== snip=======
<!-- XDoclet dependencies --> <dependency> <groupId>xdoclet</groupId> <artifactId>xjavadoc</artifactId> <version>1.0.2</version> <url>http://xdoclet.sourceforge.net</url> <type>plugin</type>
</dependency> <dependency> <groupId>xdoclet</groupId> <artifactId>xdoclet</artifactId> <version>1.2</version> <url>http://xdoclet.sourceforge.net</url> <type>plugin</type>
</dependency> [...]
=========== snap=======


It does not work because these two dependencies are not plugins. Remove the type elements of these two, and add another:

groupId: xdoclet
artifactId: maven-xdoclet-plugin
version: 1.2b4 (I don't see 1.2 on ibiblio...)
type: plugin

I think this should do it.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to