解决java2nb路径在mac或linux下不识别的问题

This commit is contained in:
xiongxiaoyang 2019-12-18 10:09:28 +08:00
parent 38255d4b48
commit c71a5ebd6f

View File

@ -189,7 +189,7 @@
<artifactId>java2nb</artifactId>
<version>1.0.0-release</version>
<scope>system</scope>
<systemPath>${pom.basedir}\src\main\resources\jar\java2nb-1.0.0-release.jar</systemPath>
<systemPath>${pom.basedir}/src/main/resources/jar/java2nb-1.0.0-release.jar</systemPath>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>