diff --git a/pom.xml b/pom.xml index e09c7aed5c3942aed1ea128e1b17bc08f17e36eb..a8821cd8ae6f3181ec1fe7530f3b3ac7b8b5fc4e 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 18071ad8218dd035ebe92af053038443256a2540..d2ca8eeef06ea9814395c85510a86626b0caf5be 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>