Re: Maven Test Plug-in 1.7 release

2005-08-09 Thread Brett Porter
Correct (we've just discussed this on the dev list, and Carlos is going to document it). - Brett On 8/10/05, Jamie Bisotti <[EMAIL PROTECTED]> wrote: > On 8/9/05, David Jackman <[EMAIL PROTECTED]> wrote: > > One option would be to override the test goal in maven.xml and have it > > run testng ins

Re: Maven Test Plug-in 1.7 release

2005-08-09 Thread Jamie Bisotti
M > To: Maven Users List > Subject: Re: Maven Test Plug-in 1.7 release > > There's no support now. You should check surefire, IIRC it'll be > backported from maven2 to maven 1.x. > http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/m > aven-surefire-p

RE: Maven Test Plug-in 1.7 release

2005-08-09 Thread David Jackman
One option would be to override the test goal in maven.xml and have it run testng instead. -Original Message- From: Carlos Sanchez [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 3:14 PM To: Maven Users List Subject: Re: Maven Test Plug-in 1.7 release There's no suppor

Re: Maven Test Plug-in 1.7 release

2005-08-09 Thread Carlos Sanchez
> To: Maven Developers List; Maven Users List > Subject: Maven Test Plug-in 1.7 release > > The maven team is pleased to announce the Maven Test Plug-in 1.7 > release! > > http://maven.apache.org/reference/plugins/test/ > > Run JUnit tests. > > Changes in this ve

RE: Maven Test Plug-in 1.7 release

2005-08-09 Thread Mike Perham
n Users List Subject: Maven Test Plug-in 1.7 release The maven team is pleased to announce the Maven Test Plug-in 1.7 release! http://maven.apache.org/reference/plugins/test/ Run JUnit tests. Changes in this version include: New Features: o Added maven.junit.forkmode property o Added test

Maven Test Plug-in 1.7 release

2005-08-09 Thread Carlos Sanchez
The maven team is pleased to announce the Maven Test Plug-in 1.7 release! http://maven.apache.org/reference/plugins/test/ Run JUnit tests. Changes in this version include: New Features: o Added maven.junit.forkmode property o Added testnotmatchpattern that can be used in test:match