o Reverted to default test behavior, i.e. fail build upon test failure, ITs are supposed to pass now

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@834244 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-11-09 21:22:14 +00:00
parent 8fb37c5587
commit f05fd73fc7
1 changed files with 0 additions and 1 deletions

View File

@ -203,7 +203,6 @@ under the License.
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>false</skip>
<testFailureIgnore>true</testFailureIgnore>
</configuration>
</plugin>
<plugin>