Re: Surefire pluggable privders

2010-12-16 Thread Kristian Rosenvold
Yes; multiple are permitted. And they can generate a common test-run report. Kristian Den 16.12.2010 11:58, skrev Mark Derricutt: Cool, I'll take a look. Does this mean we can have -multiple- providers at once? i.e. previously if you had TestNG on the class path you couldn't also have JUnit4

Re: Surefire pluggable privders (was: Re: [VOTE] Release Maven Surefire Plugin version 2.7)

2010-12-16 Thread Mark Derricutt
Cool, I'll take a look. Does this mean we can have -multiple- providers at once? i.e. previously if you had TestNG on the class path you couldn't also have JUnit4 tests. ( I'm thinking of writing a clojure-test provider to go along with the clojure-maven-plugin ). -- "Great artists are extreme

Surefire pluggable privders (was: Re: [VOTE] Release Maven Surefire Plugin version 2.7)

2010-12-16 Thread Kristian Rosenvold
From the staged 2.7 docs: http://maven.apache.org/plugins/maven-surefire-plugin-2.7/api.html http://maven.apache.org/plugins/maven-surefire-plugin-2.7/examples/providers.html The proposed api's can be seen in: http://maven.apache.org/surefire/staging/surefire-api/apidocs/index.html As can be se