RE: [M2] Generate JavaDoc for test classes under src/test/java

2006-03-31 Thread Andreas Guther
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. >

Re: [M2] Generate JavaDoc for test classes under src/test/java

2006-03-31 Thread Wayne Fay
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.

[M2] Generate JavaDoc for test classes under src/test/java

2006-03-31 Thread Andreas Guther
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