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 依赖的主要内容,如果未能解决你的问题,请参考以下文章

maven pom jar包依赖怎么添加

maven发布jar固定版本缓存问题

idea下maven项目增加依赖项目里面没有添加相关依赖jar

求教java maven项目打包引入的问题,求大神解答

ecilpse中maven项目、配置pom.xml添加依赖jar包出错

maven工程依赖的jar包,在本地仓库有,但是pom.xml文件却报错找不到jar包