summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index ee6b7d61..88a7d4d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -573,11 +573,11 @@
</execution>
</executions>
<configuration>
- <linkXref>true</linkXref>
+ <linkXref>false</linkXref>
<sourceEncoding>utf-8</sourceEncoding>
<minimumTokens>100</minimumTokens>
<targetJdk>1.8</targetJdk>
- <failOnViolation>false</failOnViolation>
+ <failOnViolation>true</failOnViolation>
<printFailingErrors>true</printFailingErrors>
<rulesets>
<ruleset>${pmw_rules_location}</ruleset>
@@ -599,7 +599,7 @@
</execution>
</executions>
<configuration>
- <failOnError>false</failOnError>
+ <failOnError>true</failOnError>
</configuration>
</plugin>