使用本地指定目录下jar包
<dependency> <groupId>com.myself.abc</groupId> <artifactId>sample</artifactId> <version>1.0.0</version> <scope>system</scope> <systemPath>${project.basedir}/src/main/lib/sample-1.0.0.jar</systemPath> </dependency>
原文:http://www.cnblogs.com/drizzlewithwind/p/6700821.html