|
|
@ -219,6 +219,7 @@ |
|
|
|
<spotbugs-maven-plugin-version>3.1.6</spotbugs-maven-plugin-version> |
|
|
|
<spotbugs-maven-plugin-version>3.1.6</spotbugs-maven-plugin-version> |
|
|
|
<maven-surefire-version>2.22.0</maven-surefire-version> |
|
|
|
<maven-surefire-version>2.22.0</maven-surefire-version> |
|
|
|
<maven-compiler-plugin-version>3.8.0</maven-compiler-plugin-version> |
|
|
|
<maven-compiler-plugin-version>3.8.0</maven-compiler-plugin-version> |
|
|
|
|
|
|
|
<maven-project-info-reports-plugin-version>3.0.0</maven-project-info-reports-plugin-version> |
|
|
|
|
|
|
|
|
|
|
|
<!-- Properties to enable jacoco code coverage analysis --> |
|
|
|
<!-- Properties to enable jacoco code coverage analysis --> |
|
|
|
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> |
|
|
|
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> |
|
|
@ -403,7 +404,7 @@ |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId> |
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId> |
|
|
|
<version>2.9</version> |
|
|
|
<version>${maven-project-info-reports-plugin-version}</version> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
</plugins> |
|
|
|
</plugins> |
|
|
|
</pluginManagement> |
|
|
|
</pluginManagement> |
|
|
@ -582,7 +583,7 @@ |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId> |
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId> |
|
|
|
<version>2.9</version> |
|
|
|
<version>${maven-project-info-reports-plugin-version}</version> |
|
|
|
<reportSets> |
|
|
|
<reportSets> |
|
|
|
<reportSet> |
|
|
|
<reportSet> |
|
|
|
<reports> |
|
|
|
<reports> |
|
|
|