常用的构建命令: mvn -v查看maven版本 compile 编译 test 测试 package 打包 clean 删除target install 安装jar包到本地仓库中 mvn archetype:generate 自动创建目录结构