Browse Source

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
pull/57/head
Simon Steiner 7 years ago
parent
commit
8a1211b542
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      pom.xml

+ 3
- 0
pom.xml View File

@@ -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>

Loading…
Cancel
Save