File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
5656 <excludes >
5757 <exclude >**/integration/**</exclude >
5858 </excludes >
59- <argLine >${addmod} @{surefireArgLine}</argLine >
59+ <argLine >@{surefireArgLine}</argLine >
6060 </configuration >
6161 </execution >
6262 <execution >
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 >
You can’t perform that action at this time.
0 commit comments