You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Roland Kofler <ro...@systemone.at> on 2006/04/26 21:04:08 UTC

[2.0.4] release:perform without surfire reports not possible?

i dont get it. i have no surefire-report-pluging activated but I still 
fail to release because some tests fail. ok this is bad anyway but have 
no time to fix the tests now. how can I stop m2 release to start 
surefire-reports?

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


RE : [2.0.4] release:perform without surfire reports not possible?

Posted by Olivier Lamy <ol...@accor.com>.
It works with the plugin in svn [1] (just try and works fine)
Just checkout and install.

svn co
https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-release-plugi
n && cd maven-release-plugin && mvn -Dmaven.test.skip=true install

HTH,
- Olivier

[1]
http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/maven-release-plug
in/src/main/java/org/apache/maven/plugins/release/PerformReleaseMojo.jav
a?rev=396355&view=markup

-----Message d'origine-----
De : Igor Bljahhin [mailto:igor.bljahhin@gmail.com] 
Envoyé : jeudi 27 avril 2006 11:35
À : Maven Users List
Objet : Re: [2.0.4] release:perform without surfire reports not
possible?


Test skipping in release:perform with the command line parameter
-Dmaven.test.skip=true does not work in 2.0.4 version. I suppose this a
bug in release plugin.



This e-mail, any attachments and the information contained therein ("this message") are confidential and intended solely for the use of the addressee(s). If you have received this message in error please send it back to the sender and delete it. Unauthorized publication, use, dissemination or disclosure of this message, either in whole or in part is strictly prohibited.
********************************************************************** 
Ce message électronique et tous les fichiers joints ainsi que  les informations contenues dans ce message ( ci après "le message" ), sont confidentiels et destinés exclusivement à l'usage de la  personne à laquelle ils sont adressés. Si vous avez reçu ce message par erreur, merci  de le renvoyer à son émetteur et de le détruire. Toutes diffusion, publication, totale ou partielle ou divulgation sous quelque forme que se soit non expressément autorisées de ce message, sont interdites.
********************************************************************** 


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


Re: [2.0.4] release:perform without surfire reports not possible?

Posted by Igor Bljahhin <ig...@gmail.com>.
Test skipping in release:perform with the command line parameter
-Dmaven.test.skip=true does not work in 2.0.4 version.
I suppose this a bug in release plugin.

Re: [2.0.4] release:perform without surfire reports not possible?

Posted by Roland Kofler <ro...@systemone.at>.
Yes thank you. I was wrong

best
Roland


Tim Dysinger schrieb:
> http://maven.apache.org/plugins/maven-surefire-plugin/howto.html
>
> Shows how to skip tests by default.  It's at the top of the page.
>
> On Apr 26, 2006, at 12:04 PM, Roland Kofler wrote:
>
>> i dont get it. i have no surefire-report-pluging activated but I 
>> still fail to release because some tests fail. ok this is bad anyway 
>> but have no time to fix the tests now. how can I stop m2 release to 
>> start surefire-reports?
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


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


Re: [2.0.4] release:perform without surfire reports not possible?

Posted by Tim Dysinger <ti...@dysinger.net>.
http://maven.apache.org/plugins/maven-surefire-plugin/howto.html

Shows how to skip tests by default.  It's at the top of the page.

On Apr 26, 2006, at 12:04 PM, Roland Kofler wrote:

> i dont get it. i have no surefire-report-pluging activated but I  
> still fail to release because some tests fail. ok this is bad  
> anyway but have no time to fix the tests now. how can I stop m2  
> release to start surefire-reports?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


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


Re: [2.0.4] release:perform without surfire reports not possible?

Posted by Carlos Sanchez <ca...@apache.org>.
it's not surefire-reports, it's maven-surefire-plugin
run with -Dmaven.test.skip=true

On 4/26/06, Roland Kofler <ro...@systemone.at> wrote:
> i dont get it. i have no surefire-report-pluging activated but I still
> fail to release because some tests fail. ok this is bad anyway but have
> no time to fix the tests now. how can I stop m2 release to start
> surefire-reports?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                             -- The Princess Bride

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


Re: [2.0.4] release:perform without surfire reports not possible?

Posted by dan tran <da...@gmail.com>.
-Dmaven.test.skip=true ?

On 4/26/06, Roland Kofler <ro...@systemone.at> wrote:
>
> i dont get it. i have no surefire-report-pluging activated but I still
> fail to release because some tests fail. ok this is bad anyway but have
> no time to fix the tests now. how can I stop m2 release to start
> surefire-reports?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>