Skip to content

Commit

Permalink
Make sure build fails if a test fails
Browse files Browse the repository at this point in the history
Closes gh-317
  • Loading branch information
snicoll committed Oct 13, 2022
1 parent c202b5d commit 96e190e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<revision>1.3.4-SNAPSHOT</revision>
<disable.checks>false</disable.checks>
<java.version>1.6</java.version>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

Expand Down Expand Up @@ -84,12 +83,6 @@
</pluginRepository>
</pluginRepositories>
</profile>
<profile>
<id>strict</id>
<properties>
<maven.test.failure.ignore>false</maven.test.failure.ignore>
</properties>
</profile>
<profile>
<id>fast</id>
<properties>
Expand Down

0 comments on commit 96e190e

Please sign in to comment.