Maven工程打包时动态设置war包目录
pom.xml中加入插件并设置属性; <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId>