threeperson博客园 IT技术、互联网技术、Java技术分享

maven build 加载本地jar

####添加依赖 ``` <dependency> <groupId>cn.xxx</groupId> <artifactId>xxx</artifactId> <version>1.5.3-SNAPSHOT</version> </dependency> ``` ####添加plugin ```

threeperson threeperson 发布于 2016-07-03