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 17:48:39 UTC

svn commit: r1804446 - /pdfbox/branches/2.0/xmpbox/pom.xml

Author: tilman
Date: Tue Aug  8 17:48:39 2017
New Revision: 1804446

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

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

Modified: pdfbox/branches/2.0/xmpbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/xmpbox/pom.xml?rev=1804446&r1=1804445&r2=1804446&view=diff
==============================================================================
--- pdfbox/branches/2.0/xmpbox/pom.xml (original)
+++ pdfbox/branches/2.0/xmpbox/pom.xml Tue Aug  8 17:48:39 2017
@@ -58,6 +58,14 @@
 					<configLocation>../pdfbox-checkstyle-5.xml</configLocation>
 				</configuration>
 			</plugin>
+                        
+                        <!-- JDK9 -->
+                        <plugin>
+                            <artifactId>maven-surefire-plugin</artifactId>
+                            <configuration>
+                                <argLine>${addmod}</argLine>
+                            </configuration>
+                        </plugin>
 		</plugins>
 	</build>