maven pom 增加本地jar 依赖

https://www.cnblogs.com/huhongy/p/7337280.html

 

<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.5</version>
<scope>system</scope>
<systemPath>${basedir}/WebContent/WEB-INF/lib/hamcrest-core-1.3.jar</systemPath>
</dependency>

posted @ 2018-11-12 20:29  代码让自己变强  阅读(2008)  评论(0编辑  收藏  举报