Re: Maven Test Plug-in 1.7 release

2005-08-09 Thread Carlos Sanchez
I'll add the comment to the property, "Ignored in maven < 1.1", is that ok? On 8/9/05, Brett Porter <[EMAIL PROTECTED]> wrote: > I think in this case the forkmode is ignored (worth documenting) > > - Brett > > Carlos Sanchez wrote: > > >It's working for me in 1.0.2 adding the test plugin as a d

Re: Maven Test Plug-in 1.7 release

2005-08-09 Thread Brett Porter
I think in this case the forkmode is ignored (worth documenting) - Brett Carlos Sanchez wrote: >It's working for me in 1.0.2 adding the test plugin as a dependency > > >maven >maven-test-plugin >1.7-20050805.002108 >plugin > > >Rega

Re: Maven Test Plug-in 1.7 release

2005-08-09 Thread Carlos Sanchez
It's working for me in 1.0.2 adding the test plugin as a dependency maven maven-test-plugin 1.7-20050805.002108 plugin Regards. On 8/9/05, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > > > > The maven team is pleased to announce th

RE: Maven Test Plug-in 1.7 release

2005-08-09 Thread Arnaud HERITIER
> > The maven team is pleased to announce the Maven Test Plug-in > 1.7 release! > [snip] > > o Added maven.junit.forkmode property The forkmode attribute is only available in ant >= 1.6.2 Did you test it with maven 1.0 ? (Sorry, but I don't have actually the environment to do it) Arnaud