diff options
author | Simon Steiner <ssteiner@apache.org> | 2017-02-28 13:28:17 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2017-02-28 13:28:17 +0000 |
commit | 4a549b904b81ffce028fdddc9a411cabab4bfd84 (patch) | |
tree | 7fe49f6ce64c3971d7e2f5240794ba4f14165a43 | |
parent | e3ca66ea62d2bef513ab87a12375bccef4db26ad (diff) | |
download | xmlgraphics-fop-4a549b904b81ffce028fdddc9a411cabab4bfd84.tar.gz xmlgraphics-fop-4a549b904b81ffce028fdddc9a411cabab4bfd84.zip |
Allow different compiler since jenkins requires Java 7
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1784735 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |