|
48 | 48 | <module.parent>${project.basedir}</module.parent>
|
49 | 49 | <timestamp>${maven.build.timestamp}</timestamp>
|
50 | 50 | <!--workaround for automatic gitlab-ci, there ci is not starting properties-maven-plugin -->
|
51 |
| - <version.compiler.plugin>3.10.1</version.compiler.plugin> |
| 51 | + <version.compiler.plugin>3.13.0</version.compiler.plugin> |
52 | 52 | <!-- <maven.compiler.source>1.8</maven.compiler.source>
|
53 | 53 | <maven.compiler.target>1.8</maven.compiler.target> -->
|
54 | 54 | <maven.compiler.debug>true</maven.compiler.debug>
|
|
61 | 61 | <junit4.version>4.13.2</junit4.version>
|
62 | 62 | <h2.version>2.1.214</h2.version>
|
63 | 63 | <jmockit.version>1.49</jmockit.version>
|
64 |
| - <jacoco.version>0.8.11</jacoco.version> |
| 64 | + <jacoco.version>0.8.12</jacoco.version> |
65 | 65 | </properties>
|
66 | 66 | <inceptionYear>2012</inceptionYear>
|
67 | 67 | <licenses>
|
|
77 | 77 | < developerConnection>scm:git:ssh:// [email protected]/p/tsl2nano/code</ developerConnection>
|
78 | 78 | </scm>
|
79 | 79 | <!-- TODO: should we remove the parent? -->
|
80 |
| -<!-- <parent> |
| 80 | + <!-- <parent> |
81 | 81 | <groupId>org.sonatype.oss</groupId>
|
82 | 82 | <artifactId>oss-parent</artifactId>
|
83 | 83 | <version>9</version>
|
|
144 | 144 | </dependencies>
|
145 | 145 | </dependencyManagement>
|
146 | 146 | <dependencies>
|
147 |
| - <!-- JaCoCo runtime must be in classpath for offline mode --> |
| 147 | + <!-- JaCoCo runtime must be in classpath for offline mode --> |
148 | 148 | <dependency>
|
149 | 149 | <groupId>org.jacoco</groupId>
|
150 | 150 | <artifactId>org.jacoco.agent</artifactId>
|
|
179 | 179 | <artifactId>maven-site-plugin</artifactId>
|
180 | 180 | <version>3.9.0</version>
|
181 | 181 | </plugin>
|
182 |
| - <!-- before this management, the antrun version was 1.3 --> |
| 182 | + <!-- before this management, the antrun version was 1.3 --> |
183 | 183 | <plugin>
|
184 | 184 | <artifactId>maven-antrun-plugin</artifactId>
|
185 |
| - <version>3.0.0</version> |
| 185 | + <version>3.1.0</version> |
186 | 186 | </plugin>
|
187 | 187 | </plugins>
|
188 | 188 | </pluginManagement>
|
|
195 | 195 | <target>${maven.compiler.target}</target>
|
196 | 196 | <encoding>${project.build.sourceEncoding}</encoding>
|
197 | 197 | <compilerArgs>
|
198 |
| - <!-- <arg>-verbose</arg> --> |
| 198 | + <!-- <arg>-verbose</arg> --> |
199 | 199 | <arg>--add-exports</arg><arg>java.base/sun.security.x509=ALL-UNNAMED</arg>
|
200 | 200 | <arg>--add-exports</arg><arg>java.base/jdk.internal.module=ALL-UNNAMED</arg>
|
201 | 201 | </compilerArgs>
|
|
238 | 238 | <version>3.0.0-M8</version>
|
239 | 239 | <configuration>
|
240 | 240 | <argLine>${surefire.argLine} ${argLine}</argLine>
|
241 |
| - <testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore> |
| 241 | + <testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore> |
242 | 242 | <!-- <reuseForks>false</reuseForks> recreate classloader -->
|
243 | 243 | <!-- <useSystemClassLoader>false</useSystemClassLoader> -->
|
244 | 244 | <!-- <useManifestOnlyJar>false</useManifestOnlyJar> -->
|
|
391 | 391 | </execution>
|
392 | 392 | </executions>
|
393 | 393 | </plugin>
|
394 |
| - <!-- deploy to maven central --> |
| 394 | + <!-- deploy to maven central --> |
395 | 395 | <plugin>
|
396 | 396 | <groupId>org.sonatype.plugins</groupId>
|
397 | 397 | <artifactId>nexus-staging-maven-plugin</artifactId>
|
|
459 | 459 | <artifactId>spotbugs-maven-plugin</artifactId>
|
460 | 460 | <version>4.7.0.0</version>
|
461 | 461 | <configuration>
|
462 |
| - <!-- <includeFilterFile>spotbugs-security-include.xml</includeFilterFile> |
| 462 | + <!-- <includeFilterFile>spotbugs-security-include.xml</includeFilterFile> |
463 | 463 | <excludeFilterFile>spotbugs-security-exclude.xml</excludeFilterFile> -->
|
464 | 464 | <plugins>
|
465 | 465 | <plugin>
|
|
514 | 514 | <includes>
|
515 | 515 | <include>de/tsl2/**/*.class</include>
|
516 | 516 | </includes>
|
517 |
| -<!-- <excludes> |
| 517 | + <!-- <excludes> |
518 | 518 | <exclude>**/*.jar</exclude>
|
519 | 519 | <exclude>**/*.zip</exclude>
|
520 | 520 | </excludes>
|
|
0 commit comments