Check out this thread:
 
Using Java:Compile JavaDoc and Clover with Multiple Source Directories

http://marc.theaimsgroup.com/?l=turbine-maven-user&m=111660730616770&w=2

I'm using essentially the exact same code to generate my javadocs and it works 
great.

The only problem I had was that the package I used in my project.xml did not 
include all of the packages I needed.  Any source that is not under the package 
specified in your pom will not be javadoced.

 


________________________________

From: WIEDERAENDERS Klaus [mailto:[EMAIL PROTECTED]
Sent: Wed 7/27/2005 7:10 AM
To: [email protected]
Subject: multiple source paths with the javadoc plugin



I'd like to generate javadoc for sources in various sourcepaths.
The javadoc plugin uses internally
maven.compile.src.set
which is set to the sourceDirectory attribute from project.xml.

How can I add additional sourcepath information, e.g. the
test classes?

Have fun
Klaus


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




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

Reply via email to