It appears that the javadoc plugin does not support the overview capability.

By adding this line:

overview="${maven.javadoc.overviewfile}">


to the plugin.jelly at the end of the


<ant:javadoc

tag, and adding this to my ~/build.properties:

maven.javadoc.overviewfile = src/java/overview.html

it now does.

I wonder if I'm missing some other existing way to include overview files in the javadocs, and if not, can this be added to the plugin?

Thanks.

- Glenn


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



Reply via email to