maven编译打包切换test,dev,prod环境
1.pom.xml加上profile信息:(profiles与build是同级的) <profiles> <profile> <id>dev</id> <properties> &am