aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xepsdk-app-onap/pom.xml11
-rw-r--r--pom.xml2
-rwxr-xr-xvid-app-common/pom.xml2
3 files changed, 7 insertions, 8 deletions
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml
index 0f4da029e..037a07898 100755
--- a/epsdk-app-onap/pom.xml
+++ b/epsdk-app-onap/pom.xml
@@ -30,12 +30,11 @@
<sitePath>/content/sites/site/org/onap/vid/${project.version}</sitePath>
<!-- SONAR -->
- <sonar.language>java</sonar.language>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
- <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
+ <sonar.surefire.reportPaths>${project.build.directory}/surefire-reports</sonar.surefire.reportPaths>
<sonar.projectVersion>${project.version}</sonar.projectVersion>
- <!-- ignore all .js files on sonar report -->
- <sonar.exclusions>**/*.js</sonar.exclusions>
+ <!-- ignore all .js files on sonar coverage report -->
+ <sonar.coverage.exclusions>**/*.js</sonar.coverage.exclusions>
</properties>
<repositories>
@@ -210,12 +209,12 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
- <version>3.3.0.603</version>
+ <version>3.6.0.1398</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.7.9</version>
+ <version>0.8.3</version>
<executions>
<execution>
<id>default-prepare-agent</id>
diff --git a/pom.xml b/pom.xml
index eff364948..93667ce57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
- <version>3.3.0.603</version>
+ <version>3.6.0.1398</version>
</plugin>
<plugin>
<groupId>com.blackducksoftware.integration</groupId>
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index aff2cc813..c55d97864 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -133,7 +133,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.7.9</version>
+ <version>0.8.3</version>
<executions>
<execution>
<id>default-prepare-agent</id>