summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index fb28bbcec5..9bbb733c71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,6 @@ Modifications copyright (c) 2018-2019 Nokia
<jackson.mapper.version>1.9.13</jackson.mapper.version>
<clearspring.version>2.1.1</clearspring.version>
<skipYamlJsonValidator>false</skipYamlJsonValidator>
- <skipCheckstyle>false</skipCheckstyle>
<!-- Yaml for properties -->
<snakeyaml.version>1.14</snakeyaml.version>
@@ -406,7 +405,7 @@ Modifications copyright (c) 2018-2019 Nokia
<configuration>
<suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
<suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
- <skip>${skipCheckstyle}</skip>
+ <skip>${checkstyle.skip}</skip>
</configuration>
</plugin>
<!-- plugin for parsing the project version -->
@@ -629,7 +628,7 @@ Modifications copyright (c) 2018-2019 Nokia
<properties>
<maven.test.skip>true</maven.test.skip>
<skipYamlJsonValidator>true</skipYamlJsonValidator>
- <skipCheckstyle>true</skipCheckstyle>
+ <checkstyle.skip>true</checkstyle.skip>
<jacoco.skip>true</jacoco.skip>
</properties>
<modules>