Author: ssteiner
Date: Tue Feb 28 13:28:17 2017
New Revision: 1784735

URL: http://svn.apache.org/viewvc?rev=1784735&view=rev
Log:
Allow different compiler since jenkins requires Java 7

Modified:
    xmlgraphics/fop/trunk/pom.xml

Modified: xmlgraphics/fop/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/pom.xml?rev=1784735&r1=1784734&r2=1784735&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/pom.xml (original)
+++ xmlgraphics/fop/trunk/pom.xml Tue Feb 28 13:28:17 2017
@@ -31,6 +31,7 @@
     <xml.plugin.version>1.0.1</xml.plugin.version>
     <xmlgraphics.commons.version>2.2.0-SNAPSHOT</xmlgraphics.commons.version>
     <xmlunit.version>1.2</xmlunit.version>
+    <jdk.path>${env.JAVA_HOME}</jdk.path>
   </properties>
 
   <licenses>
@@ -72,6 +73,8 @@
           <configuration>
             <source>${java.version}</source>
             <target>${java.version}</target>
+            <executable>${jdk.path}/bin/javac</executable>
+            <fork>true</fork>
           </configuration>
         </plugin>
         <plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to