Re: Test Javadoc generation by default?

2013-03-20 Thread Curtis Rueden
Hi Russ, Thanks. After running "mvn site" with your project, here's what I see: $ find target -name '[A-Z]*.html' target/site/apidocs/com/meterware/codebreaker/class-use/Codebreaker.html target/site/apidocs/com/meterware/codebreaker/Codebreaker.html target/site/testapidocs/com/meterware/codebreak

Re: Test Javadoc generation by default?

2013-03-20 Thread Russell Gold
Hi Curtis, I've posted a small project with this behavior at Thanks, Russ On Mar 20, 2013, at 11:54 AM, Curtis Rueden wrote: > Hi Russ, > >> I started using the javadoc reporting plugin and noticed that by >> default it generates test javado

Re: Test Javadoc generation by default?

2013-03-20 Thread Curtis Rueden
Hi Russ, > I started using the javadoc reporting plugin and noticed that by > default it generates test javadocs as well as regular ones. Do you mean maven-javadoc-plugin? If so, that is strange... I regularly generate full javadoc with v2.8.1 for several different multi-module projects and it on

Test Javadoc generation by default?

2013-03-20 Thread Russell Gold
Hi, I started using the javadoc reporting plugin and noticed that by default it generates test javadocs as well as regular ones. I know that I can configure it only to produce the regular ones, but I was wondering if somebody could explain why the defaults are as they are. Do most projects want