maven pom 增加本地jar 依赖
Posted 代码让自己变强
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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>
以上是关于maven pom 增加本地jar 依赖的主要内容,如果未能解决你的问题,请参考以下文章
idea下maven项目增加依赖项目里面没有添加相关依赖jar