mvn简单使用

1、mvn基本命令

mvn clean install -Dmaven.test.skip=true -Dmaven.gpg.skip=true

2、maven阿里云中央仓库

修改maven根目录下的conf文件夹中的setting.xml文件,内容如下:


  
    alimaven
    aliyun maven
    http://maven.aliyun.com/nexus/content/groups/public/
    central        
  

你可能感兴趣的:(mvn简单使用)