Commit 548f59cb by s_guodong

修改pom

parent 27a413c5
...@@ -371,7 +371,7 @@ ...@@ -371,7 +371,7 @@
<version>${maven.compiler.version}</version> <version>${maven.compiler.version}</version>
<configuration> <configuration>
<compilerArguments> <compilerArguments>
<bootclasspath>${java.home}/lib/rt.jar;${java.home}/lib/jce.jar</bootclasspath> <bootclasspath>${java.home}/lib/rt.jar${path.separator}${java.home}/lib/jce.jar</bootclasspath>
</compilerArguments> </compilerArguments>
<skip>true</skip> <skip>true</skip>
</configuration> </configuration>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment