maven常用操作


如何跳过测试

-DskipTests

如何指定配置Profile

-PprofileName
例如: -Pdev -Ptest -Pprod 这样的


评论