You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Alexander Hars <do...@inventivio.com> on 2005/12/21 10:30:20 UTC

javadoc plugin: Problem with package-info.java

Hi,

When I use the javadoc plugin, the package description that is contained 
in package-info.java does not show up on the generated javadoc.
Am I doing something wrong?

I thought that maybe a doclet from an older JDK  is being used, and 
tried to set the doclet explicitly:
<plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
           <doclet>com.sun.tools.doclets.standard.Standard</doclet>
           
<docletPath>C:\Programme\Java\jdk1.5.0_05\lib\tools.jar</docletPath>
        </configuration>
</plugin>

But that did not work either.

I converted package-info.java to package.html and then the package 
description did show up. Does that mean that only the older package.html 
approach is supported by the javadoc plugin? I would not want to have to 
revert to package.html.

Thanks
 - Alexander

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