Skip to content

Commit 63b88a3

Browse files
committed
PDFBOX-5660: jacoco not needed in 3.0
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/3.0@1916834 13f79535-47bb-0310-9956-ffa450edef68
1 parent 01cceab commit 63b88a3

1 file changed

Lines changed: 1 addition & 43 deletions

File tree

pom.xml

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -87,32 +87,10 @@
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>
@@ -249,10 +227,6 @@
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>
@@ -265,10 +239,6 @@
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
&gt; Java 8, it can still be run with e.g. Java 6; PDFBOX-4715 -->
@@ -293,17 +263,9 @@
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>
@@ -349,10 +311,6 @@
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>

0 commit comments

Comments
 (0)