maven 引入本地jar

<dependency>
    <groupId>com.taobao.txc</groupId>
    <artifactId>txc-client</artifactId>
    <version>${txc-version}</version>
    <scope>system</scope>
    <systemPath>SDK的存放路径</systemPath>
</dependency>
原文地址:https://www.cnblogs.com/chen-msg/p/12843087.html