RE: maven unit tests run twice

2008-11-11 Thread EJ Ciramella
ailto:[EMAIL PROTECTED] Sent: Sunday, November 09, 2008 4:52 PM To: Maven Users List Subject: Re: maven unit tests run twice EJ Ciramella schrieb: > When I run "mvn install site", the unit tests run twice. > > I've tried all different combinations of the things

RE: maven unit tests run twice

2008-11-11 Thread Orford, Ian
ember 2008 22:13 To: Maven Users List Subject: Re: maven unit tests run twice You should use report-only report. Which version of maven-report-plugin are you using? Before 2.4, report-only wasn't existing. Cheers. 2008/11/8 EJ Ciramella <[EMAIL PROTECTED]> > When I run "mvn insta

Re: maven unit tests run twice

2008-11-09 Thread Baptiste MATHUS
You should use report-only report. Which version of maven-report-plugin are you using? Before 2.4, report-only wasn't existing. Cheers. 2008/11/8 EJ Ciramella <[EMAIL PROTECTED]> > When I run "mvn install site", the unit tests run twice. > > I've tried all different combinations of the things ta

Re: maven unit tests run twice

2008-11-09 Thread Karsten Ohme
EJ Ciramella schrieb: > When I run "mvn install site", the unit tests run twice. > > I've tried all different combinations of the things talked about here: > > http://jira.codehaus.org/browse/SUREFIRE-257 > > But no matter what I do, they run twice - halp?! > The test is run the second time