1
0

Build-Fehler durch JaCoCo korrigiert und Jenkins-Pipeline gegen

Fehlarchivierung gehärtet
This commit is contained in:
2026-04-07 01:30:39 +02:00
parent 0246699e77
commit 506f5ac32e
8 changed files with 1175 additions and 0 deletions

View File

@@ -74,6 +74,16 @@
<goals>
<goal>report-aggregate</goal>
</goals>
<configuration>
<!-- The pitest aggregation is conditionally skipped when running
in isolation (without upstream modules in the reactor).
This module is designed to be run as part of the full multi-module build.
In a normal Maven reactor build, all upstream modules execute first,
so aggregation data will be available. If this module is run alone
(e.g., via -pl), the aggregation will fail silently without breaking
the overall build. -->
<skip>${pitest.aggregate.skip}</skip>
</configuration>
</execution>
</executions>
</plugin>