You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ioan Eugen Stan <st...@gmail.com> on 2011/09/21 12:17:37 UTC

javadoc standard doclet

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/server-dev@james.apache.org/msg35801.html

Thanks,

-- 
Ioan Eugen Stan
http://ieugen.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org