|
|
@ -102,6 +102,7 @@
|
|
|
|
<!-- Maven Plugin Versions -->
|
|
|
|
<!-- Maven Plugin Versions -->
|
|
|
|
<jacoco.version>0.8.8</jacoco.version>
|
|
|
|
<jacoco.version>0.8.8</jacoco.version>
|
|
|
|
<flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
|
|
|
|
<flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
|
|
|
|
|
|
|
|
<maven-shade-plugin.version>3.4.1</maven-shade-plugin.version>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Checkstyle -->
|
|
|
|
<!-- Checkstyle -->
|
|
|
|
<maven-checkstyle-plugin.failsOnError>true</maven-checkstyle-plugin.failsOnError>
|
|
|
|
<maven-checkstyle-plugin.failsOnError>true</maven-checkstyle-plugin.failsOnError>
|
|
|
@ -158,6 +159,11 @@
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
|
|
|
<version>${jacoco.version}</version>
|
|
|
|
<version>${jacoco.version}</version>
|
|
|
|
</plugin>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
|
|
|
|
|
|
<version>${maven-shade-plugin.version}</version>
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugins>
|
|
|
|