|
|
@ -33,6 +33,7 @@
|
|
|
|
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
|
|
|
|
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
|
|
|
|
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
|
|
|
|
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
|
|
|
|
<maven-scm-plugin.version>1.9.5</maven-scm-plugin.version>
|
|
|
|
<maven-scm-plugin.version>1.9.5</maven-scm-plugin.version>
|
|
|
|
|
|
|
|
<jacoco.version>0.8.4</jacoco.version>
|
|
|
|
<skipTests>true</skipTests>
|
|
|
|
<skipTests>true</skipTests>
|
|
|
|
<app.charset>UTF-8</app.charset>
|
|
|
|
<app.charset>UTF-8</app.charset>
|
|
|
|
<app.jdk.version>1.8</app.jdk.version>
|
|
|
|
<app.jdk.version>1.8</app.jdk.version>
|
|
|
@ -325,9 +326,11 @@
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<version>${maven-surefire-plugin.version}</version>
|
|
|
|
<version>${maven-surefire-plugin.version}</version>
|
|
|
|
<configuration>
|
|
|
|
</plugin>
|
|
|
|
<skip>${skipTests}</skip>
|
|
|
|
<plugin>
|
|
|
|
</configuration>
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
|
|
|
|
|
|
|
<version>${jacoco.version}</version>
|
|
|
|
</plugin>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|