Hi,
I try to use the exclude syntax for the surefire plugin, exactly as
described in 
http://maven.apache.org/plugins/maven-surefire-plugin/examples/inclusion-exclusion.html

Now, I have this added to the plugins section of the build section:

                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
                                <configuration>
                                        <excludes>                              
                
<exclude>patch/to/incomplete/test/MyYetUnfulfilledTest.java</exclude>
                                        </excludes>
                                </configuration>
                        </plugin>

But all I get, instead of my build/test run through because I disabled
the unfulfilled test is:

"Results :

Failed tests:
  warning(junit.framework.TestSuite$1)
"

And I have no idea, what this message should tell me...

Any hints on where do look or what I might be doing wrong?

Thanks in advance,
Henning

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to