Maven仓库 阿里云私服地址 <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mirror> 常用命令 编译 测试 打包 安装 mvn compile mvn test mvn package mvn install 以上图片来源与黑马程序员