maven引用项目中的jar
bash
<dependency>
<groupId></groupId>
<artifactId></artifactId>
<version></version>
<scope>system</scope>
<systemPath>${pom.basedir}/lib/xxx.jar</systemPath>
</dependency>
使用scope 标签指定类型为system,systemPath指定项目中jar包的位置