From f9371e579ec71623a15155b518d2059a06dde49e Mon Sep 17 00:00:00 2001 From: Joze RIHTARSIC <joze.rihtarsic@ext.ec.europa.eu> Date: Sat, 24 Nov 2018 13:45:01 +0100 Subject: [PATCH] Update jaccoco,surefire and sonar plugin version --- pom.xml | 3 ++- smp-parent-pom/pom.xml | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e09c7aed5..a8821cd8a 100644 --- a/pom.xml +++ b/pom.xml @@ -40,12 +40,13 @@ <!-- jacoco remote agent settings start --> <sonar.jacoco.remotePort>${jacocoRemotePort}</sonar.jacoco.remotePort> <sonar.jacoco.remoteAddress>${jacocoRemoteAddress}</sonar.jacoco.remoteAddress> + <sonar.jacoco.remoteAddress>${jacocoRemotePort}</sonar.jacoco.remoteAddress> <!-- jacoco remote agent settings end --> <!-- jacoco, sonar code coverage settings start --> <sonar.jacoco.codeCoveragePath>${maven.multiModuleProjectDirectory}/code-coverage </sonar.jacoco.codeCoveragePath> - <sonar.jacoco.reportPath>${sonar.jacoco.codeCoveragePath}/jacoco-ut.exec</sonar.jacoco.reportPath> + <sonar.jacoco.remotePort>${sonar.jacoco.codeCoveragePath}/jacoco-ut.exec</sonar.jacoco.remotePort> <!-- jacoco, sonar code coverage settings end --> <!-- default value for deploy under Weblogic, etc --> diff --git a/smp-parent-pom/pom.xml b/smp-parent-pom/pom.xml index 18071ad82..d2ca8eeef 100644 --- a/smp-parent-pom/pom.xml +++ b/smp-parent-pom/pom.xml @@ -572,6 +572,11 @@ <artifactId>jacoco-maven-plugin</artifactId> <version>${jacoco.maven.plugin.version}</version> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>sonar-maven-plugin</artifactId> + <version>${sonar.maven.plugin.version}</version> + </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> -- GitLab