Browse Source

依赖包处理

xielq 4 years ago
parent
commit
7abf22d0ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -149,7 +149,7 @@
                                                 <arg>${env.JAVA_HOME}/jre/lib/rt.jar</arg>
                                                 <arg>-extdirs</arg>
                                                 <!-- windows下用分号隔开 -->
-                                                <arg>${env.JAVA_HOME}/jre/lib:${basedir}/lib</arg>
+                                                <arg>${env.JAVA_HOME}/jre/lib:${project.basedir}/lib</arg>
                                         </compilerArgs>
                                 </configuration>
                         </plugin>