Fix Sonar coverage 10/72410/4 3.0.0-ONAP 3.0.3
authorsebdet <sebastien.determe@intl.att.com>
Mon, 12 Nov 2018 06:38:45 +0000 (07:38 +0100)
committersebdet <sebastien.determe@intl.att.com>
Mon, 12 Nov 2018 10:02:50 +0000 (11:02 +0100)
Fix sonar coverage and update plugin to latest versions

Issue-ID: CLAMP-247
Change-Id: I3f9b443996b9f45cebf396580b8a0c5bb426346b
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index f95805f..e98ff5e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                                <artifactId>maven-surefire-plugin</artifactId>
                                                                <version>2.22.1</version>
                                                                <configuration>
-                                                                               <forkCount>0</forkCount>
-                                                                               <reuseForks>false</reuseForks>
+                                                                               <forkCount>1</forkCount>
+                                                                               <reuseForks>true</reuseForks>
+                                                                               <useSystemClassLoader>false</useSystemClassLoader>
                                                                </configuration>
                                                </plugin>
 
                                                                                                                <includes>
                                                                                                                                <include>**/*ItCase.java</include>
                                                                                                                </includes>
-                                                                                                               <forkCount>0</forkCount>
+                                                                                                               <forkCount>1</forkCount>
                                                                                                                <reuseForks>false</reuseForks>
+                                                                                                               <useSystemClassLoader>false</useSystemClassLoader>
                                                                                                </configuration>
                                                                                </execution>
                                                                </executions>
                                                <plugin>
                                                                <groupId>org.jacoco</groupId>
                                                                <artifactId>jacoco-maven-plugin</artifactId>
-                                                               <version>0.7.7.201606060606</version>
+                                                               <version>0.8.2</version>
                                                                <configuration>
                                                                                <dumpOnExit>true</dumpOnExit>
                                                                                <includes>
                                                                                                <include>org.onap.clamp.*</include>
                                                                                </includes>
+                                                                               <propertyName>surefireArgLine</propertyName>
                                                                </configuration>
                                                                <executions>
                                                                                <execution>