Maven笔记

1.maven的settings.xml

本地仓库路径/home/calcifer/.m2/repository

阿里云镜像

    <mirror>       
<id>mirrorId</id>      
 <mirrorOf>repositoryId</mirrorOf>     
  <name>Human Readable Name for this Mirror.</name>       <url>http://my.repository.com/repo/path</url>    
 </mirror> 

2.安装maven项目到本地

mvn install -Dmaven.test.skip=true

上一篇:Linux shell - 按时间和文件大小排序显示文件


下一篇:简单了解node stream