diff options
Diffstat (limited to 'cps-parent/pom.xml')
-rw-r--r-- | cps-parent/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 89f9629a6f..9c1760cf23 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> |