Problem: Generate JavaDoc for test classes under src/test/java using the Maven JavaDoc plug-in.
Question: Is there a way to tell the maven-javadoc-plugin (http://maven.apache.org/plugins/maven-javadoc-plugin/configuration.html) to include java classes under the src/test/java folder as well? Currently I only get JavaDoc from the src/main/java tree. The maven-jxr-plugin (http://maven.apache.org/plugins/maven-jxr-plugin -- page not found, by the way) gives me the source code for both main and test, but I would like to have the JavaDoc. In addition it would be interesting to get the generated java classed into the JavaDoc as well. I found the following thread in the mailing list, which raises the same question, but seems to remain unanswered: "Adding custom source paths to javadoc" by Erik van Zijst. Maybe some who reads this mail has figured it out and can tell me how to configure the maven JavaDoc plug-in? Thanks in advance for any hint. Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]