I ran "maven -P junit-report" to get "junit-report:report".
maven junit-report:report worked for me. I have updated the documentation. To get it in HTML, you must run: maven junit-report:report xdoc By default, "maven site" will generate it. You can control what is generated by the <reports/> section in project.xml. http://maven.apache.org/reference/project-descriptor.html#reports - Brett On Tue, 15 Feb 2005 17:35:28 -0500, Mark D. Hansen <[EMAIL PROTECTED]> wrote: > I've run a number of goals (e.g., junit-report:report, > maven-junit-report-plugin:report, site:run-reports) but none of these seem to > generated the target/docs/junit-report.html. > > Does anyone know how to get this report? It is a nice summary of all JUnit > test results that lets you drill down (like with javadoc) and see individual > test results. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
