You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Yan Huang <az...@gmail.com> on 2007/10/30 23:30:18 UTC

javadoc jar is not generated when be run from the top level

Hello,

I declared maven-javadoc-plugin under "reporting" session on the top level
of pom and have several modules defined in there as well. I noticed that
when I run "mvn javadoc:jar" from the top level, the javadoc jar is not
generated for the modules. However, when I run inside individual module, it
gets generated. any clues?

Thanks
Yan