Hello, Could you please tell me what is the standard doclet used by Maven javadco plugin in case no <doclet> is specified?
I'm trying to use APIviz for Apache James, but it fails for pom packaged projects (James has a lot of components and uses inheritance and aggregation extensively). It fails because it can't find the target/classes directory, since pom packaged projects don't have classes to compile. (APIviz needs classes to make diagrams) . The solution that I have came up to is to store a configured JavaDoc plgin in the plugin management of the parent pom (james-parent) with doclet set to APIviz and overwrite this in pom packaged projects by declaring doclet to be standard again so it will not fail. You can find the original discussion at [1]. [1] http://www.mail-archive.com/[email protected]/msg35801.html Thanks, -- Ioan Eugen Stan http://ieugen.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
