You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ss...@apache.org on 2017/03/01 09:09:43 UTC

svn commit: r1784884 - /xmlgraphics/commons/trunk/pom.xml

Author: ssteiner
Date: Wed Mar  1 09:09:43 2017
New Revision: 1784884

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

Modified:
    xmlgraphics/commons/trunk/pom.xml

Modified: xmlgraphics/commons/trunk/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/pom.xml?rev=1784884&r1=1784883&r2=1784884&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/pom.xml (original)
+++ xmlgraphics/commons/trunk/pom.xml Wed Mar  1 09:09:43 2017
@@ -18,6 +18,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <release.version>2.5.2</release.version>
     <surefire.version>2.18.1</surefire.version>
+    <jdk.path>${env.JAVA_HOME}</jdk.path>
   </properties>
 
   <licenses>
@@ -86,6 +87,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: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org