aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 8afc39bb46..8408f4b1fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2617,8 +2617,9 @@
<configuration>
<compilerArgs combine.children="append">
<arg>-bootclasspath</arg>
- <arg>${env.JAVA_7_HOME}/jre/lib/rt.jar</arg>
+ <arg>${env.JAVA_7_HOME}/jre/lib/rt.jar${path.separator}${env.JAVA_7_HOME}/jre/lib/jce.jar</arg>
</compilerArgs>
+ <verbose>true</verbose>
</configuration>
</plugin>
<plugin>
@@ -2633,7 +2634,7 @@
<configuration>
<args combine.children="append">
<arg>-javabootclasspath</arg>
- <arg>${env.JAVA_7_HOME}/jre/lib/rt.jar</arg>
+ <arg>${env.JAVA_7_HOME}/jre/lib/rt.jar${path.separator}${env.JAVA_7_HOME}/jre/lib/jce.jar</arg>
</args>
</configuration>
</execution>
@@ -2642,7 +2643,7 @@
<configuration>
<args combine.children="append">
<arg>-javabootclasspath</arg>
- <arg>${env.JAVA_7_HOME}/jre/lib/rt.jar</arg>
+ <arg>${env.JAVA_7_HOME}/jre/lib/rt.jar${path.separator}${env.JAVA_7_HOME}/jre/lib/jce.jar</arg>
</args>
</configuration>
</execution>