aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4c6908f1c..c411e639b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>