maven profile具体项目中的使用
方法一<profiles> <profile> <id>dev</id> <properties> <deploy.type>dev</deploy.type> </properties> <activation> <activeByDefault>true</activeByDefault> &