You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2017/08/08 18:00:46 UTC

svn commit: r1804451 - /pdfbox/branches/2.0/preflight/pom.xml

Author: tilman
Date: Tue Aug  8 18:00:46 2017
New Revision: 1804451

URL: http://svn.apache.org/viewvc?rev=1804451&view=rev
Log:
PDFBOX-3584: add build option variable to be used for jdk9

Modified:
    pdfbox/branches/2.0/preflight/pom.xml

Modified: pdfbox/branches/2.0/preflight/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/preflight/pom.xml?rev=1804451&r1=1804450&r2=1804451&view=diff
==============================================================================
--- pdfbox/branches/2.0/preflight/pom.xml (original)
+++ pdfbox/branches/2.0/preflight/pom.xml Tue Aug  8 18:00:46 2017
@@ -42,6 +42,7 @@
 				<artifactId>maven-surefire-plugin</artifactId>
 				<configuration>
 					<skip>true</skip>
+                                        <argLine>${addmod}</argLine>
 				</configuration>
 				<executions>
 					<execution>
@@ -55,7 +56,7 @@
 							<excludes>
 								<exclude>**/integration/**</exclude>
 							</excludes>
-              <argLine>-Xmx768m</argLine>
+                                                        <argLine>-Xmx768m ${addmod}</argLine>
 						</configuration>
 					</execution>
 					<execution>
@@ -66,6 +67,7 @@
 						</goals>
 						<configuration>
 							<skip>${skipITs}</skip>
+                                                        <argLine>${addmod}</argLine>
 							<includes>
 								<include>**/integration/*</include>
 							</includes>