Author: tilman
Date: Tue Aug  8 17:54:14 2017
New Revision: 1804448

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

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

Modified: pdfbox/branches/2.0/examples/pom.xml
URL: 
http://svn.apache.org/viewvc/pdfbox/branches/2.0/examples/pom.xml?rev=1804448&r1=1804447&r2=1804448&view=diff
==============================================================================
--- pdfbox/branches/2.0/examples/pom.xml (original)
+++ pdfbox/branches/2.0/examples/pom.xml Tue Aug  8 17:54:14 2017
@@ -110,6 +110,13 @@
           </excludes>
         </configuration>
       </plugin>
+      <!-- JDK9 -->
+      <plugin>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <configuration>
+              <argLine>${addmod}</argLine>
+          </configuration>
+      </plugin>
     </plugins>
   </build>
 


Reply via email to