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:06:43 UTC

svn commit: r1804452 - /pdfbox/branches/2.0/parent/pom.xml

Author: tilman
Date: Tue Aug  8 18:06:43 2017
New Revision: 1804452

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

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

Modified: pdfbox/branches/2.0/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/parent/pom.xml?rev=1804452&r1=1804451&r2=1804452&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Tue Aug  8 18:06:43 2017
@@ -119,6 +119,13 @@
     </dependencyManagement>
 
     <profiles>
+        <!-- call mvn with -Pjdk9 or call with -Daddmod="...." -->
+        <profile>
+            <id>jdk9</id>
+            <properties>
+                <addmod>--add-modules java.activation --add-modules java.xml.bind</addmod>
+            </properties>
+        </profile>
         <profile>
             <id>pedantic</id>
             <build>