8000 http: enable clirr:check on mvn install & failOnError true · alb-i986/google-http-java-client@0ceeaa2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ceeaa2

Browse files
author
Yaniv Inbar
committed
http: enable clirr:check on mvn install & failOnError true
https://codereview.appspot.com/13761045/
1 parent c2904dd commit 0ceeaa2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
<plugin>
362362
<groupId>org.codehaus.mojo</groupId>
363363
<artifactId>clirr-maven-plugin</artifactId>
364-
<version>2.5</version>
364+
<version>2.6</version>
365365
</plugin>
366366
<plugin>
367367
<groupId>org.codehaus.mojo</groupId>
@@ -551,9 +551,15 @@
551551
<configuration>
552552
<comparisonVersion>1.17.0-rc</comparisonVersion>
553553
<ignoredDifferencesFile>${basedir}/../clirr-ignored-differences.xml</ignoredDifferencesFile>
554-
<failOnError>false</failOnError>
555554
<logResults>true</logResults>
556555
</configuration>
556+
<executions>
557+
<execution>
558+
<goals>
559+
<goal>check</goal>
560+
</goals>
561+
</execution>
562+
</executions>
557563
</plugin>
558564
<plugin>
559565
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)
0