aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 14 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index d0856171..ee85e79a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,6 +12,7 @@
<properties>
<!-- Project versions -->
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<egiz.eidas.version>${project.version}</egiz.eidas.version>
@@ -215,6 +216,13 @@
</dependency>
<dependency>
<groupId>at.gv.egiz.eaaf</groupId>
+ <artifactId>eaaf_core_utils</artifactId>
+ <version>${eaaf-core.version}</version>
+ <scope>test</scope>
+ <type>test-jar</type>
+ </dependency>
+ <dependency>
+ <groupId>at.gv.egiz.eaaf</groupId>
<artifactId>eaaf-core</artifactId>
<version>${eaaf-core.version}</version>
<scope>test</scope>
@@ -278,10 +286,9 @@
<configLocation>https://apps.egiz.gv.at/checkstyle/egiz_checks.xml</configLocation>
<suppressionsLocation>checks/checkstyleSuppress.xml</suppressionsLocation>
<failsOnError>false</failsOnError>
- <failOnViolation>false</failOnViolation>
+ <failOnViolation>true</failOnViolation>
<violationSeverity>warning</violationSeverity>
<includeTestResources>false</includeTestResources>
- <!-- excludes>**/moaspss_config/**,**/data/**</excludes -->
</configuration>
<executions>
<execution>
@@ -371,11 +378,14 @@
<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>
</rulesets>
+ <excludeRoots>
+ <excludeRoot>target/generated/cxf</excludeRoot>
+ </excludeRoots>
</configuration>
</plugin>
@@ -393,7 +403,7 @@
</execution>
</executions>
<configuration>
- <failOnError>false</failOnError>
+ <failOnError>true</failOnError>
</configuration>
</plugin>
</plugins>