|
|
@ -214,7 +214,7 @@ |
|
|
|
<tycho-extras-version>1.0.0</tycho-extras-version> |
|
|
|
<tycho-extras-version>1.0.0</tycho-extras-version> |
|
|
|
<gson-version>2.2.4</gson-version> |
|
|
|
<gson-version>2.2.4</gson-version> |
|
|
|
<spotbugs-maven-plugin-version>3.1.0-RC8</spotbugs-maven-plugin-version> |
|
|
|
<spotbugs-maven-plugin-version>3.1.0-RC8</spotbugs-maven-plugin-version> |
|
|
|
<maven-surefire-report-plugin-version>2.20</maven-surefire-report-plugin-version> |
|
|
|
<maven-surefire-report-plugin-version>2.20.1</maven-surefire-report-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> |
|
|
@ -358,7 +358,7 @@ |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|
|
<version>2.20</version> |
|
|
|
<version>2.20.1</version> |
|
|
|
<configuration> |
|
|
|
<configuration> |
|
|
|
<forkCount>${test-fork-count}</forkCount> |
|
|
|
<forkCount>${test-fork-count}</forkCount> |
|
|
|
<reuseForks>true</reuseForks> |
|
|
|
<reuseForks>true</reuseForks> |
|
|
|