Skip to content

Commit 12e1ca3

Browse files
author
Yaniv Inbar
committed
http: suppress clirr from regular execution
https://codereview.appspot.com/10053043/
1 parent 9e6b21d commit 12e1ca3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -481,14 +481,9 @@
481481
<configuration>
482482
<comparisonVersion>1.15.0-rc</comparisonVersion>
483483
<ignoredDifferencesFile>${basedir}/../clirr-ignored-differences.xml</ignoredDifferencesFile>
484+
<failOnError>false</failOnError>
485+
<logResults>true</logResults>
484486
</configuration>
485-
<executions>
486-
<execution>
487-
<goals>
488-
<goal>check</goal>
489-
</goals>
490-
</execution>
491-
</executions>
492487
</plugin>
493488
</plugins>
494489
</build>

0 commit comments

Comments
 (0)