Maven项目引入本地jar
1.对应maven模块项目中建lib目录,将jar放入进去
2.在对应的模块pom.xml中引入此依赖jar
3.在对应的maven-plugin插件打包的pom.xml中指定需要includeSystemScope为true的jar
1.对应maven模块项目中建lib目录,将jar放入进去
2.在对应的模块pom.xml中引入此依赖jar
3.在对应的maven-plugin插件打包的pom.xml中指定需要includeSystemScope为true的jar