In that case I wrote a utility class supporting test cases which I
documented in an article on our internal Wiki. Since it is re-usable and
can be used in lots of our tests, it is actually nice to have the
JavaDoc for the class.

In the article I wanted to add links to the JavaDoc documenting the
utility class as a reference.

Right now I am using a reference to the XRef doc of the class, but it
would be actually better to have the JavaDoc in my eyes.

Andreas


-----Original Message-----
From: Wayne Fay [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 31, 2006 11:03 AM
To: Maven Users List
Subject: Re: [M2] Generate JavaDoc for test classes under src/test/java

Just curious, why do you want Javadocs for test files?

Wayne

On 3/31/06, Andreas Guther <[EMAIL PROTECTED]> wrote:
> 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


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

Reply via email to