summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--checkstyle/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml
index bd343683b..8d1174200 100644
--- a/checkstyle/pom.xml
+++ b/checkstyle/pom.xml
@@ -91,6 +91,10 @@
<argument>resources/copyright-template.txt</argument>
<argument>resources/ignore-files-config.csv</argument>
</arguments>
+ <successCodes>
+ <successCode>0</successCode>
+ <successCode>1</successCode>
+ </successCodes>
</configuration>
</execution>
</executions>