Wim Deblauwe wrote:
> Hi,
> 
> how do other people release their maven project if they use TestNG? The only
> surefire that works ok with TestNG is 2.4-collab-SNAPSHOT, but since it is a
> snapshot, I cannot release. I could try to give the snapshot jars a real
> release number, but I'd rather not do that because a) it feels like cheating
> and b) it is a lot of work with all the different modules that surefire has.
> 
> regards,
> 
> Wim
> 
I finally gave up on using the surefire plugin with TestNG.  Now I just
use antrun to run the testng ant task and generate a report.

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

Reply via email to