
maven
Michael10001
stay hungry ,stay foolish
展开
-
1.what is Maven?
Introduction Maven, a Yiddish word meaning accumulator of knowledge, was originally started as an attempt to simplify the build processes in the Jakarta Turbine project. There were several p转载 2014-04-26 10:09:09 · 572 阅读 · 0 评论 -
2.maven 安装配置
System Requirements JDK: 1.5 or above (this is to execute Maven - it still allows you to build against 1.3 and prior JDK's). Memory: No minimum requirement. Disk: No minimum re原创 2014-04-26 10:20:06 · 1157 阅读 · 0 评论 -
maven在pom文件里引用本地jar
maven在pom文件里引用本地jar 方法1: org.wltea IKAnalyzer 2012_u6 system E:/repositories/IKAnalyzer2012_u6.jar 方法2: org.wltea IKA转载 2016-01-10 12:37:05 · 836 阅读 · 0 评论 -
阿里云maven仓库配置
修改maven conf文件夹下的settings.xml文件,添加如下镜像配置: <mirrors> <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/ne原创 2018-05-05 15:09:16 · 397 阅读 · 0 评论