Folks,

Using the Maven Quick Start Archetype as a sample, when I run goal "javadoc:javadoc" it yields a directory called target/javadoc/ which inside it looks like this:

my-app/target/javadoc/
|-- apidocs/
|   |-- index.html (zero-length!)
|-- com/
|-- css/
|-- images/
|-- resources/
|-- index.html (expected javadoc start pages)
|-- other expected javadoc html
|-- etc.

1. Is what's up with the zero-length apidocs/index.html file?

When I use the same sample with goal "site" (and the javadoc plugin in <reporting>), it yields a directory structure without javadoc but with these same parts above spread around in other dirs like:

my-app/target/site/
|-- apidocs/
|   |-- com/
|   |-- resources/
|   |-- index.html (expected javadoc start pages)
|   |-- other expected javadoc html
|   |-- etc.
|-- css/
|-- images/
|-- other maven project info reports

2. Is this the expected output directory structure for the javadoc?

Thx in advance for any help on this?

Chris

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

Reply via email to