File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1010
1111 <artifactId >mdtp-examples</artifactId >
1212
13+ <properties >
14+ <jacoco .skip>true</jacoco .skip>
15+ </properties >
16+
1317 <dependencies >
1418 <dependency >
1519 <groupId >io.github.protocol-laboratory</groupId >
Original file line number Diff line number Diff line change 2222 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2323 <src .dir>src/main/java</src .dir>
2424 <jacoco .overall.exec>${maven.multiModuleProjectDirectory} /target/jacoco/jacoco.exec</jacoco .overall.exec>
25+ <jacoco .skip>false</jacoco .skip>
2526 <!-- dependency -->
2627 <junit .version>5.11.0</junit .version>
2728 <log4j .version>2.20.0</log4j .version>
116117 <id >prepare-agent</id >
117118 <configuration >
118119 <append >true</append >
120+ <skip >${jacoco.skip} </skip >
119121 </configuration >
120122 <goals >
121123 <goal >prepare-agent</goal >
124126 <execution >
125127 <id >report</id >
126128 <phase >validate</phase >
129+ <configuration >
130+ <skip >${jacoco.skip} </skip >
131+ </configuration >
127132 <goals >
128133 <goal >report</goal >
129134 </goals >
You can’t perform that action at this time.
0 commit comments