Local jar into the project at the time of packing to go

<dependency>
<groupId>com.hxyc</groupId>
<artifactId>hxyc-common</artifactId>
<version>0.0.1-RELEASE</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/hxyc-common-0.0.1-RELEASE.jar</systemPath>
</dependency>

Guess you like

Origin www.cnblogs.com/hwgok/p/12327573.html