-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tuesday 15 February 2005 23:35, Mark D. Hansen 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.

You should try to add this in maven.xml
<reports>
 <report>maven-junit-report-plugin</report>
</reports>
This activate generation of junit-report.html (with associated xdoc) when 
using "site" goal.

You may also check you have something like this
 <unitTestSourceDirectory>${basedir}/src/test/<unitTestSourceDirectory/>
in your project.xml.

- -- 
Damien Raude-Morvan / DrazziB
GPG : 0x85C79389 (new!)
WWW : www.drazzib.com
ICQ : 68119943
TEL : (+33) 06 08 80 36 98
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCEn2tyIFXyIXHk4kRAlfzAKCA2kq0HdawofzYZDs7QvB4sQETzwCgir+P
MWl/nvDM9Efh8FgMX1T5AOw=
=68Z6
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to