Re: Skipping report generation

2006-09-21 Thread Mark Crocker
Howard Lewis Ship hlship at gmail.com writes: The documentation appears to state that -DgenerateReports=false will skip report generation. http://maven.apache.org/plugins/maven-site-plugin/site-mojo.html However, in practice, reports are always generated (very slow for me; large project,

Re: Skipping report generation

2006-09-13 Thread Howard Lewis Ship
Just re-running it now: I can see the Surefire report running (i.e., running my tests), as well as the Corbetura report. I think Javadoc is smart enough not to run. On 9/4/06, Brett Porter [EMAIL PROTECTED] wrote: So it doesn't work at all under site? That's a bug report, as it should and I

Skipping report generation

2006-09-04 Thread Howard Lewis Ship
I often would like to skip report generation under mvn site and especially under mvn site:run, but this doesn't work. The documentation appears to state that -DgenerateReports=false will skip report generation. http://maven.apache.org/plugins/maven-site-plugin/site-mojo.html However, in

Re: Skipping report generation

2006-09-04 Thread Brett Porter
So it doesn't work at all under site? That's a bug report, as it should and I used to use it a bit. For site:run, it's a separate feature request since it's not in there. They should only be generated on demand, but I'm aware that there are some plugins that do the work up front which make this

[m2.0.4] No Clover database found, skipping report generation

2006-04-24 Thread Tiago Fernandez
Hello, I'm trying to generate a nice coverage report while running mvn site on my project, but it isn't working. It says: [WARNING] No Clover database found, skipping report generation My reporting section is simple: reporting plugins plugin artifactIdmaven-javadoc

Re: [m2.0.4] No Clover database found, skipping report generation

2006-04-24 Thread weizhu liang
--- Tiago Fernandez [EMAIL PROTECTED] wrote: Hello, I'm trying to generate a nice coverage report while running mvn site on my project, but it isn't working. It says: [WARNING] No Clover database found, skipping report generation My reporting section is simple: reporting plugins

Re: [m2.0.4] No Clover database found, skipping report generation

2006-04-24 Thread Tiago Fernandez
project, but it isn't working. It says: [WARNING] No Clover database found, skipping report generation My reporting section is simple: reporting plugins plugin artifactIdmaven-javadoc-plugin/artifactId /plugin plugin