File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8787
8888 <build >
8989 <plugins >
90- <plugin >
91- <groupId >org.jacoco</groupId >
92- <artifactId >jacoco-maven-plugin</artifactId >
93- <version >0.8.11</version >
94- <executions >
95- <execution >
96- <goals >
97- <goal >prepare-agent</goal >
98- </goals >
99- <configuration >
100- <propertyName >surefireArgLine</propertyName >
101- </configuration >
102- </execution >
103- <execution >
104- <id >report</id >
105- <phase >test</phase >
106- <goals >
107- <goal >report</goal >
108- </goals >
109- </execution >
110- </executions >
111- </plugin >
11290 <plugin >
11391 <artifactId >maven-surefire-plugin</artifactId >
11492 <configuration >
115- <argLine >${addmod} @{surefireArgLine}</argLine >
93+ <argLine >@{surefireArgLine}</argLine >
11694 </configuration >
11795 </plugin >
11896 <plugin >
249227 <activation >
250228 <activeByDefault >true</activeByDefault >
251229 </activation >
252- <properties >
253- <!-- needs to exist even if empty due to problems with jacoco-maven-plugin -->
254- <addmod />
255- </properties >
256230 </profile >
257231 <!-- call mvn with -Pjdk9 or call with -Daddmod="...." -->
258232 <profile >
265239 <activation >
266240 <jdk >[9,10]</jdk >
267241 </activation >
268- <properties >
269- <!-- needs to exist even if empty due to problems with jacoco-maven-plugin -->
270- <addmod />
271- </properties >
272242 </profile >
273243 <!-- need to specify release version so that if PDFBox is built with
274244 > Java 8, it can still be run with e.g. Java 6; PDFBOX-4715 -->
293263 <activation >
294264 <jdk >[11,)</jdk >
295265 </activation >
296- <properties >
297- <!-- needs to exist even if empty due to problems with jacoco-maven-plugin -->
298- <addmod />
299- </properties >
300266 </profile >
301267 <profile >
302268 <id >pedantic</id >
303- <properties >
304- <!-- needs to exist even if empty due to problems with jacoco-maven-plugin -->
305- <addmod />
306- </properties >
307269 <build >
308270 <plugins >
309271 <plugin >
349311 </profile >
350312 <profile >
351313 <id >apache-release</id >
352- <properties >
353- <!-- needs to exist even if empty due to problems with jacoco-maven-plugin -->
354- <addmod />
355- </properties >
356314 <build >
357315 <plugins >
358316 <plugin >
You can’t perform that action at this time.
0 commit comments