aboutsummaryrefslogtreecommitdiffstats
path: root/cps-parent/pom.xml
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2020-12-16 13:08:19 +0000
committerGerrit Code Review <gerrit@onap.org>2020-12-16 13:08:19 +0000
commit966f3ab710bd1bebaa81e2394627df47a3f98909 (patch)
treeeab6396b06c6d308581686953547c35d7be65d6c /cps-parent/pom.xml
parent0e9a8a51e51c7f3f90e4eae4b9907558b39818f8 (diff)
parent008c0adc3712ba0aee6410e8cd7efc61f4cbeeac (diff)
Merge "Few Sonar Fixes Add spock-spring testing"
Diffstat (limited to 'cps-parent/pom.xml')
-rw-r--r--cps-parent/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml
index 89f9629a6..9c1760cf2 100644
--- a/cps-parent/pom.xml
+++ b/cps-parent/pom.xml
@@ -20,7 +20,7 @@
<base.image>openjdk:11-jre-slim</base.image>
<java.version>11</java.version>
<jib-maven-plugin.version>2.6.0</jib-maven-plugin.version>
- <minimum-coverage>0.20</minimum-coverage>
+ <minimum-coverage>0.35</minimum-coverage>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<oparent.version>3.1.0</oparent.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -324,6 +324,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
+ <!--suppress UnresolvedMavenProperty -->
<argLine>${surefireArgLine}</argLine>
<useFile>false</useFile>
<includes>
@@ -351,6 +352,9 @@
<goal>check</goal>
</goals>
<configuration>
+ <excludes>
+ <exclude>org/onap/cps/rest/model/*</exclude>
+ </excludes>
<dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile>
<rules>
<rule>