xielq 4 жил өмнө
parent
commit
1647648bc6
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      pom.xml

+ 2 - 1
pom.xml

@@ -140,9 +140,10 @@
                			<configuration>
                     			<compilerArgs>
                         			<arg>-Xlint:deprecation</arg>
+                                                <arg>${env.JAVA_HOME}/jre/lib/rt.jar</arg>
                     			</compilerArgs>
                     			<compilerArguments>
-                        			<bootclasspath>${java.home}/jre/lib/rt.jar;${java.home}/jre/lib/jce.jar</bootclasspath>
+                        			<bootclasspath>${env.JAVA_HOME}/jre/lib/rt.jar:${env.JAVA_HOME}/jre/lib/jce.jar</bootclasspath>
                     			</compilerArguments>
                 		</configuration>
 			</plugin>