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.
>
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.
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? Cu