Scott Carter wrote: > How can I disable just the dependencies report in the project information > section. I want to keep the other reports including the dependency > convergence report in place. The dependencies report is just simply taking > way too long to generate and information that we do not need. How can I > disable just this report in Maven2?
I'd try configuring the maven-project-info-reports-plugin as described here: http://maven.apache.org/plugins/maven-project-info-reports-plugin/examples/selective-project-info-reports.html HTH, -dirk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
