Skip to content

Commit a14208b

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pdfbox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<plugin>
145145
<artifactId>maven-surefire-plugin</artifactId>
146146
<configuration>
147-
<argLine>${addmod} @{surefireArgLine} -Xmx768m</argLine>
147+
<argLine>@{surefireArgLine} -Xmx768m</argLine>
148148
<excludes>
149149
<exclude>org/apache/pdfbox/rendering/TestPDFToImage.java</exclude>
150150
</excludes>

preflight/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<artifactId>maven-surefire-plugin</artifactId>
4343
<configuration>
4444
<skip>true</skip>
45-
<argLine>${addmod} @{surefireArgLine}</argLine>
45+
<argLine>@{surefireArgLine}</argLine>
4646
</configuration>
4747
<executions>
4848
<execution>
@@ -56,7 +56,7 @@
5656
<excludes>
5757
<exclude>**/integration/**</exclude>
5858
</excludes>
59-
<argLine>${addmod} @{surefireArgLine}</argLine>
59+
<argLine>@{surefireArgLine}</argLine>
6060
</configuration>
6161
</execution>
6262
<execution>
@@ -67,7 +67,7 @@
6767
</goals>
6868
<configuration>
6969
<skip>${skipITs}</skip>
70-
<argLine>${addmod} @{surefireArgLine}</argLine>
70+
<argLine>@{surefireArgLine}</argLine>
7171
<includes>
7272
<include>**/integration/*</include>
7373
</includes>

0 commit comments

Comments
 (0)