远程下载,构建,部署项目,可以立即回滚上一版本

#!bin/bash

svn up .

mvn clean package -Dmaven.test.skip=true -P product

编程技巧