You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ar...@us.hsbc.com on 2005/07/22 14:35:21 UTC

jar file without version number in the name

Hi All,

I'm trying to create a jar file without version number in the name. Using 
maven.final.name=test                   in project.properties.

then output which gets created is test-.jar

How to get rid of "dash"  -    ?

Please advise.

Arun 


-----------------------------------------
***********************************************************************
 This E-mail is confidential. It may also be legally privileged. If you
 are not the addressee you may not copy, forward, disclose or use any
 part of it. If you have received this message in error, please delete
 it and all copies from your system and notify the sender immediately
 by return E-mail.

 Internet communications cannot be guaranteed to be timely, secure,
 error or virus-free. The sender does not accept liability for any
 errors or omissions.
***********************************************************************

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

[m1] Using junit-report

Posted by Michael Owen <mi...@hotmail.com>.
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