常用Maven命令: 【1】mvn clean:清理 【2】 mvn compile:编译主程序 【3】mvn test-compile:编译测试程序 【4】mvn test:执行测试 【5】mvn package:打包