Re: excluding unit tests

2006-08-18 Thread Thierry Barnier
lugin **/MyFailingTest.java [...] Cheers, Franz -- View this message in context: http://www.nabble.com/excluding-unit- tests-tf2124320.html#a5860804 Sent from the Maven - Users forum at Nabbl

Re: excluding unit tests

2006-08-17 Thread franz see
rg.apache.maven.plugins maven-surefire-plugin **/MyFailingTest.java [...] Cheers, Franz -- View this message in context: http://www.nabble.com/excluding-unit-tests-tf2124320.html#a5860804 Sent from the Maven - Users forum at Nabble.com. ---

Re: excluding unit tests

2006-08-17 Thread Nick Veys
Is this maven 1 or 2? It doesn't look right for either of them. Excluding unit tests is covered on both version's web pages... http://maven.apache.org/maven-1.x/reference/project-descriptor.html#unitTest http://maven.apache.org/plugins/maven-surefire-plugin/howto.html On 8/17/

excluding unit tests

2006-08-17 Thread Satish
How can you do this explicitly, currently by default, package/install goals call these. i have the following snippet in my pom.xml and it's giving errors **/*Test*.java -- View this message in context: http://www.nabble.com/excluding-unit-