You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Michael Owen <mi...@hotmail.com> on 2005/07/22 14:56:45 UTC

[m1] Using junit-report

Hi,

I'm trying to use junit-report. I've downloaded it from:

http://maven.apache.org/reference/plugins/junit-report/downloads.html

and put that into the plugins folder of my maven installation. When I run:

maven junit-report

I get:

__  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

BUILD FAILED
Goal "junit-report" does not exist in this project.
Total time: 2 seconds
Finished at: Fri Jul 22 13:47:38 BST 2005



Any ideas?

Cheers,

Mike



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m1] Using junit-report

Posted by Johnny Ruiz <jr...@exist.com>.
Michael Owen wrote:

> Hi,
>
> I'm trying to use junit-report. I've downloaded it from:
>
> http://maven.apache.org/reference/plugins/junit-report/downloads.html
>
> and put that into the plugins folder of my maven installation. When I 
> run:
>
> maven junit-report
>
> I get:
>
> __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
>
> BUILD FAILED
> Goal "junit-report" does not exist in this project.
> Total time: 2 seconds
> Finished at: Fri Jul 22 13:47:38 BST 2005
>
>
>
> Any ideas?
>
> Cheers,
>
> Mike
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
Hi Mike,

I got the same error before.   I think that goal is not included in 
maven.   Try using "maven junit-report:report"  instead. 


Johnny Ruiz