diff options
author | Andy Clement <aclement@pivotal.io> | 2020-08-14 22:45:11 -0700 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2020-08-14 22:45:11 -0700 |
commit | 8fb374ceba1832e5beb77f707f5709ae32d04907 (patch) | |
tree | beb2917b744d8352cc92790e29226f1fd9293d97 /testing-drivers/pom.xml | |
parent | 50e1d8e5a1c66197dc7aadc4a12c8abf294e673e (diff) | |
download | aspectj-8fb374ceba1832e5beb77f707f5709ae32d04907.tar.gz aspectj-8fb374ceba1832e5beb77f707f5709ae32d04907.zip |
lets have maven fail if those tests fail...
Diffstat (limited to 'testing-drivers/pom.xml')
-rw-r--r-- | testing-drivers/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing-drivers/pom.xml b/testing-drivers/pom.xml index 84593580c..e93bb57ff 100644 --- a/testing-drivers/pom.xml +++ b/testing-drivers/pom.xml @@ -80,7 +80,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <testFailureIgnore>true</testFailureIgnore> + <testFailureIgnore>false</testFailureIgnore> <excludes> <exclude>**/*AjcTestSpecAsTest*</exclude> </excludes> |